Skip to content

Commit

Permalink
Docs: Update bug report template (#14276)
Browse files Browse the repository at this point in the history
* Docs: Update bug report template

* Update .github/ISSUE_TEMPLATE/BUG_REPORT.md
  • Loading branch information
nzakas committed Apr 1, 2021
1 parent c85c2f1 commit e1cfde9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Expand Up @@ -2,7 +2,7 @@
name: "\U0001F41E Bug report"
about: Report an issue with ESLint or rules bundled with ESLint
title: ''
labels: bug, triage
labels: bug, "repro:needed"
assignees: ''

---
Expand Down Expand Up @@ -35,6 +35,8 @@ assignees: ''

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

<!-- if you are using a parser other than ESLint's default, please try using the default parser to verify if the issue is parser-specific -->

**Please show your full configuration:**

<details>
Expand Down Expand Up @@ -74,4 +76,3 @@ assignees: ''
1.

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

0 comments on commit e1cfde9

Please sign in to comment.