Skip to content

Commit

Permalink
Update bug-report.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Apr 11, 2023
1 parent f66890b commit 0de8251
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
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 0de8251

Please sign in to comment.