Skip to content

Commit

Permalink
Docs: Add more fields to bug report template (#14039)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Feb 9, 2021
1 parent 96f1d49 commit b4e2af5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Expand Up @@ -16,7 +16,7 @@ assignees: ''
1. To propose a new rule: https://eslint.org/docs/developer-guide/contributing/new-rules
2. To request a rule change: https://eslint.org/docs/developer-guide/contributing/rule-changes
3. To request a change that is not a bug fix, rule change, or new rule: https://eslint.org/docs/developer-guide/contributing/changes
4. If you have any questions, please stop by our chatroom: https://eslint.org/chat
4. If you have any questions, please stop by our chatroom: https://eslint.org/chat/help
Note that leaving sections blank will make it difficult for us to troubleshoot and we may have to close the issue.
-->
Expand All @@ -31,6 +31,7 @@ assignees: ''
* **ESLint Version:**
* **Node Version:**
* **npm Version:**
* **Operating System:**

**What parser (default, `@babel/eslint-parser`, `@typescript-eslint/parser`, etc.) are you using?**

Expand Down Expand Up @@ -61,7 +62,16 @@ assignees: ''
**What did you expect to happen?**


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


**Steps to reproduce this issue:**

<!-- Please tell us exactly how to see the issue you're describing -->

1.
1.
1.

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

0 comments on commit b4e2af5

Please sign in to comment.