Skip to content

Commit

Permalink
Docs: Update issue templates to ask for PRs (#11012)
Browse files Browse the repository at this point in the history
* Docs: Update issue templates to ask for PRs

* Update wording of PR request
  • Loading branch information
nzakas committed Oct 25, 2018
1 parent 3d88b38 commit e349a03
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Expand Up @@ -51,4 +51,10 @@ about: Report an issue with ESLint or rules bundled with ESLint

**What did you expect to happen?**


**What actually happened? Please include the actual, raw output from ESLint.**


**Are you willing to submit a pull request to fix this bug?**


6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/CHANGE.md
Expand Up @@ -19,6 +19,12 @@ about: Request a change that is not a bug fix, rule change, or new rule

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


**The problem you want to solve.**


**Your take on the correct solution to problem.**


**Are you willing to submit a pull request to implement this change?**

4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/NEW_RULE.md
Expand Up @@ -34,3 +34,7 @@ about: Propose a new rule to be added to ESLint
```

**Why should this rule be included in ESLint (instead of a plugin)?**


**Are you willing to submit a pull request to implement this rule?**

2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/RULE_CHANGE.md
Expand Up @@ -33,3 +33,5 @@ about: Request a change to an existing rule
**What does the rule currently do for this code?**

**What will the rule do after it's changed?**

**Are you willing to submit a pull request to implement this change?**

0 comments on commit e349a03

Please sign in to comment.