Skip to content

Commit

Permalink
chore: add ids to github issue templates (#18775)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-sethuraman authored Aug 15, 2024
1 parent 9bde90c commit bf96855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ body:
validations:
required: true
- type: textarea
id: lint-output
attributes:
label: What actually happened?
description: |
Please copy-paste the actual ESLint output. You can use Markdown in this field.
validations:
required: true
- type: input
id: repro-url
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.'
Expand Down

0 comments on commit bf96855

Please sign in to comment.