Skip to content

Commit 5b3dbce

Browse files
authored
docs: add AI acknowledgement section to templates (#20431)
* docs: add AI Acknowledgement section in templates * wip * wip * wip * wip: fix typo
1 parent 04c2147 commit 5b3dbce

File tree

7 files changed

+53
-0
lines changed

7 files changed

+53
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ body:
9090
- type: markdown
9191
attributes:
9292
value: Please **do not** open a pull request until this issue has been accepted by the team.
93+
- type: checkboxes
94+
attributes:
95+
label: AI acknowledgment
96+
options:
97+
- label: I did not use AI to generate this issue report.
98+
required: false
99+
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
100+
required: false
93101
- type: textarea
94102
id: comments
95103
attributes:

.github/ISSUE_TEMPLATE/change.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ body:
4444
- type: markdown
4545
attributes:
4646
value: Please **do not** open a pull request until this issue has been accepted by the team.
47+
- type: checkboxes
48+
attributes:
49+
label: AI acknowledgment
50+
options:
51+
- label: I did not use AI to generate this issue report.
52+
required: false
53+
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
54+
required: false
4755
- type: textarea
4856
attributes:
4957
label: Additional comments

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ body:
4343
- type: markdown
4444
attributes:
4545
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
4654
- type: textarea
4755
attributes:
4856
label: Additional comments

.github/ISSUE_TEMPLATE/new-rule.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ body:
5050
- type: markdown
5151
attributes:
5252
value: Please **do not** open a pull request until this issue has been accepted by the team.
53+
- type: checkboxes
54+
attributes:
55+
label: AI acknowledgment
56+
options:
57+
- label: I did not use AI to generate this issue report.
58+
required: false
59+
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
60+
required: false
5361
- type: textarea
5462
attributes:
5563
label: Additional comments

.github/ISSUE_TEMPLATE/new-syntax.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ body:
5757
- type: markdown
5858
attributes:
5959
value: Please **do not** open a pull request until this issue has been accepted by the team.
60+
- type: checkboxes
61+
attributes:
62+
label: AI acknowledgment
63+
options:
64+
- label: I did not use AI to generate this issue report.
65+
required: false
66+
- label: (If the above is not checked) I have reviewed the AI-generated content before submitting.
67+
required: false
6068
- type: textarea
6169
attributes:
6270
label: Additional comments

.github/ISSUE_TEMPLATE/rule-change.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ body:
5858
- type: markdown
5959
attributes:
6060
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
6169
- type: textarea
6270
attributes:
6371
label: Additional comments

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
- [ ] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md).
1010

11+
#### AI acknowledgment
12+
13+
- [ ] I did _not_ use AI to generate this PR.
14+
- [ ] (If the above is not checked) I have reviewed the AI-generated content before submitting.
15+
1116
#### What is the purpose of this pull request? (put an "X" next to an item)
1217

1318
<!--

0 commit comments

Comments
 (0)