Skip to content

Commit 2c2805f

Browse files
authored
chore: Add PR note to all templates (#18892)
1 parent 7b852ce commit 2c2805f

6 files changed

Lines changed: 20 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ body:
1515
description: |
1616
Please tell us about how you're running ESLint (Run `npx eslint --env-info`.)
1717
value: |
18-
Node version:
19-
npm version:
20-
Local ESLint version:
21-
Global ESLint version:
22-
Operating System:
18+
Node version:
19+
npm version:
20+
Local ESLint version:
21+
Global ESLint version:
22+
Operating System:
2323
validations:
2424
required: true
2525
- type: dropdown
@@ -87,6 +87,9 @@ body:
8787
options:
8888
- label: I am willing to submit a pull request for this issue.
8989
required: false
90+
- type: markdown
91+
attributes:
92+
value: Please **do not** open a pull request until this issue has been accepted by the team.
9093
- type: textarea
9194
id: comments
9295
attributes:

.github/ISSUE_TEMPLATE/change.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ 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-
4847
- type: textarea
4948
attributes:
5049
label: Additional comments

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ 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.
4346
- type: textarea
4447
attributes:
4548
label: Additional comments

.github/ISSUE_TEMPLATE/new-rule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ body:
4747
options:
4848
- label: I am willing to submit a pull request to implement this rule.
4949
required: false
50+
- type: markdown
51+
attributes:
52+
value: Please **do not** open a pull request until this issue has been accepted by the team.
5053
- type: textarea
5154
attributes:
5255
label: Additional comments

.github/ISSUE_TEMPLATE/new-syntax.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ body:
5454
options:
5555
- label: I am willing to submit a pull request for this change.
5656
required: false
57+
- type: markdown
58+
attributes:
59+
value: Please **do not** open a pull request until this issue has been accepted by the team.
5760
- type: textarea
5861
attributes:
5962
label: Additional comments

.github/ISSUE_TEMPLATE/rule-change.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ 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.
5861
- type: textarea
5962
attributes:
6063
label: Additional comments

0 commit comments

Comments
 (0)