Skip to content

Commit

Permalink
chore: Add request for minimal repro to bug report (#17081)
Browse files Browse the repository at this point in the history
* chore: Add request for minimal repro to bug report

* Update .github/ISSUE_TEMPLATE/bug-report.yml

* Update .github/ISSUE_TEMPLATE/bug-report.yml
  • Loading branch information
nzakas committed Apr 11, 2023
1 parent eac4943 commit 07a4435
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Expand Up @@ -68,6 +68,13 @@ body:
Please copy-paste the actual ESLint output. You can use Markdown in this field.
validations:
required: true
- type: input
attributes:
label: Link to Minimal Reproducible Example
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.'
placeholder: 'https://stackblitz.com/abcd1234'
validations:
required: true
- type: checkboxes
attributes:
label: Participation
Expand Down

0 comments on commit 07a4435

Please sign in to comment.