Skip to content

Commit

Permalink
chore: update issue template (#3574)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch authored Mar 8, 2024
1 parent 0f31271 commit 11a01ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ body:
value: "A bug happened!"
validations:
required: true

- type: input
id: reproduction-repo
attributes:
label: Reproduction
description: Provide a link to a repository with a reproduction of the bug, this is optional but it will make us to fix the bug faster
placeholder: Reproduction Repository
value: "repository link"
validations:
required: false

- type: textarea
id: reproduction
Expand Down

0 comments on commit 11a01ba

Please sign in to comment.