Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update issue templates to ask for PRs #11012

Merged
merged 2 commits into from Oct 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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?**