Skip to content

Commit 269de6e

Browse files
authored
docs: add AI acknowledgement section to issue template (#215)
1 parent fc3beec commit 269de6e

5 files changed

Lines changed: 55 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@ body:
7676
options:
7777
- label: I am willing to submit a pull request for this issue.
7878
required: false
79+
- type: markdown
80+
attributes:
81+
value: Please **do not** open a pull request until this issue has been accepted by the team.
82+
- type: checkboxes
83+
attributes:
84+
label: AI acknowledgment
85+
options:
86+
- label: I did not use AI to generate this issue report.
87+
required: false
88+
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
89+
required: false
7990
- type: textarea
8091
attributes:
8192
label: Additional comments

.github/ISSUE_TEMPLATE/change.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ body:
4545
options:
4646
- label: I am willing to submit a pull request for this change.
4747
required: false
48+
- type: markdown
49+
attributes:
50+
value: Please **do not** open a pull request until this issue has been accepted by the team.
51+
- type: checkboxes
52+
attributes:
53+
label: AI acknowledgment
54+
options:
55+
- label: I did not use AI to generate this issue report.
56+
required: false
57+
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
58+
required: false
4859
- type: textarea
4960
attributes:
5061
label: Additional comments

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ body:
4040
options:
4141
- label: I am willing to submit a pull request for this change.
4242
required: false
43+
- type: markdown
44+
attributes:
45+
value: Please **do not** open a pull request until this issue has been accepted by the team.
46+
- type: checkboxes
47+
attributes:
48+
label: AI acknowledgment
49+
options:
50+
- label: I did not use AI to generate this issue report.
51+
required: false
52+
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
53+
required: false
4354
- type: textarea
4455
attributes:
4556
label: Additional comments

.github/ISSUE_TEMPLATE/new-rule.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ body:
3535
options:
3636
- label: I am willing to submit a pull request to implement this rule.
3737
required: false
38+
- type: markdown
39+
attributes:
40+
value: Please **do not** open a pull request until this issue has been accepted by the team.
41+
- type: checkboxes
42+
attributes:
43+
label: AI acknowledgment
44+
options:
45+
- label: I did not use AI to generate this issue report.
46+
required: false
47+
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
48+
required: false
3849
- type: textarea
3950
attributes:
4051
label: Additional comments

.github/ISSUE_TEMPLATE/rule-change.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ body:
5555
options:
5656
- label: I am willing to submit a pull request to implement this change.
5757
required: false
58+
- type: markdown
59+
attributes:
60+
value: Please **do not** open a pull request until this issue has been accepted by the team.
61+
- type: checkboxes
62+
attributes:
63+
label: AI acknowledgment
64+
options:
65+
- label: I did not use AI to generate this issue report.
66+
required: false
67+
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
68+
required: false
5869
- type: textarea
5970
attributes:
6071
label: Additional comments

0 commit comments

Comments
 (0)