Skip to content

Commit e1cfde9

Browse files
authored
Docs: Update bug report template (#14276)
* Docs: Update bug report template * Update .github/ISSUE_TEMPLATE/BUG_REPORT.md
1 parent c85c2f1 commit e1cfde9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "\U0001F41E Bug report"
33
about: Report an issue with ESLint or rules bundled with ESLint
44
title: ''
5-
labels: bug, triage
5+
labels: bug, "repro:needed"
66
assignees: ''
77

88
---
@@ -35,6 +35,8 @@ assignees: ''
3535

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

38+
<!-- 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 -->
39+
3840
**Please show your full configuration:**
3941

4042
<details>
@@ -74,4 +76,3 @@ assignees: ''
7476
1.
7577

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

0 commit comments

Comments
 (0)