Skip to content

Commit

Permalink
Add bug report field to issue template (#37766)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Jun 16, 2022
1 parent 5730ed0 commit 6ca1de8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ body:
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: input
attributes:
label: Link to reproduction
description: A link to a https://stackblitz.com/ or git repo with a minimal reproduction. Minimal reproductions should be created from a create-next-app starter and include only relevant changes to cause the issue if possible.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
Expand Down

0 comments on commit 6ca1de8

Please sign in to comment.