Skip to content

Commit 07a4435

Browse files
authored
chore: Add request for minimal repro to bug report (#17081)
* chore: Add request for minimal repro to bug report * Update .github/ISSUE_TEMPLATE/bug-report.yml * Update .github/ISSUE_TEMPLATE/bug-report.yml
1 parent eac4943 commit 07a4435

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ body:
6868
Please copy-paste the actual ESLint output. You can use Markdown in this field.
6969
validations:
7070
required: true
71+
- type: input
72+
attributes:
73+
label: Link to Minimal Reproducible Example
74+
description: 'Link to a [playground](https://eslint.org/play), [StackBlitz](https://stackblitz.com), or GitHub repo with a minimal reproduction of the problem. **A minimal reproduction is required** so that others can help debug your issue. If a report is vague (e.g. just a generic error message) and has no reproduction, it may be auto-closed.'
75+
placeholder: 'https://stackblitz.com/abcd1234'
76+
validations:
77+
required: true
7178
- type: checkboxes
7279
attributes:
7380
label: Participation

0 commit comments

Comments
 (0)