Skip to content

Commit e349a03

Browse files
authored
Docs: Update issue templates to ask for PRs (#11012)
* Docs: Update issue templates to ask for PRs * Update wording of PR request
1 parent 3d88b38 commit e349a03

4 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,10 @@ about: Report an issue with ESLint or rules bundled with ESLint
5151

5252
**What did you expect to happen?**
5353

54+
5455
**What actually happened? Please include the actual, raw output from ESLint.**
56+
57+
58+
**Are you willing to submit a pull request to fix this bug?**
59+
60+

.github/ISSUE_TEMPLATE/CHANGE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ about: Request a change that is not a bug fix, rule change, or new rule
1919

2020
**The version of ESLint you are using.**
2121

22+
2223
**The problem you want to solve.**
2324

25+
2426
**Your take on the correct solution to problem.**
27+
28+
29+
**Are you willing to submit a pull request to implement this change?**
30+

.github/ISSUE_TEMPLATE/NEW_RULE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ about: Propose a new rule to be added to ESLint
3434
```
3535

3636
**Why should this rule be included in ESLint (instead of a plugin)?**
37+
38+
39+
**Are you willing to submit a pull request to implement this rule?**
40+

.github/ISSUE_TEMPLATE/RULE_CHANGE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ about: Request a change to an existing rule
3333
**What does the rule currently do for this code?**
3434

3535
**What will the rule do after it's changed?**
36+
37+
**Are you willing to submit a pull request to implement this change?**

0 commit comments

Comments
 (0)