Skip to content

Commit 2952d6e

Browse files
authored
chore: sync templates/*.md files with issue templates (#16758)
1 parent 78ecfe0 commit 2952d6e

3 files changed

Lines changed: 33 additions & 14 deletions

File tree

templates/bug-report.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
**Tell us about your environment:**
2-
3-
* **ESLint Version:**
4-
* **Node Version:**
5-
* **npm Version:**
6-
7-
**What parser (default, `@babel/eslint-parser`, `@typescript-eslint/parser`, etc.) are you using?**
1+
**Tell us about your environment (`npx eslint --env-info`):**
2+
3+
* **Node version:**
4+
* **npm version:**
5+
* **Local ESLint version:**
6+
* **Global ESLint version:**
7+
* **Operating System:**
8+
9+
**What parser are you using (place an "X" next to just one item)?**
10+
11+
[ ] `Default (Espree)`
12+
[ ] `@typescript-eslint/parser`
13+
[ ] `@babel/eslint-parser`
14+
[ ] `vue-eslint-parser`
15+
[ ] `@angular-eslint/template-parser`
16+
[ ] `Other`
817

918
**Please show your full configuration:**
1019

templates/rule-change-proposal.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
**What rule do you want to change?**
22

3-
**Does this change cause the rule to produce more or fewer warnings?**
3+
**What change do you want to make (place an "X" next to just one item)?**
44

5-
**How will the change be implemented? (New option, new default behavior, etc.)?**
5+
[ ] Generate more warnings
6+
[ ] Generate fewer warnings
7+
[ ] Implement autofix
8+
[ ] Implement suggestions
9+
10+
**How will the change be implemented (place an "X" next to just one item)?**
11+
12+
[ ] A new option
13+
[ ] A new default behavior
14+
[ ] Other
615

716
**Please provide some example code that this change will affect:**
817

templates/rule-proposal.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
**Please describe what the rule should do:**
1+
**What should the new rule do?**
2+
3+
**What new ECMAScript feature does this rule relate to? Note that we only accept new core rules related to new ECMAScript features.**
24

35
**What category of rule is this (place an "X" next to just one item)?**
46

5-
[ ] Enforces code style
6-
[ ] Warns about a potential error
7+
[ ] Warns about a potential problem
78
[ ] Suggests an alternate way of doing something
8-
[ ] Other (please specify:)
9+
[ ] Enforces a formatting/stylistic preference
910

10-
**Provide 2-3 code examples that this rule will warn about:**
11+
**Please provide some example JavaScript code that this rule will warn about:**
1112

1213
```js
1314
<!-- put your code examples here -->

0 commit comments

Comments
 (0)