Skip to content

Commit

Permalink
chore: add reproducing repo field into bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Jul 2, 2024
1 parent 9efc1b7 commit 160b6ff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ body:
label: Relevant log output
description: Please copy and paste any relevant log output, if any.
render: shell
# - type: input
# id: sample
# attributes:
# label: Reproducible Sample Repository
# description: Repository url of reproducible sample
# placeholder: ex. https://github.com/user/repo
# validations:
# required: true
- type: input
id: sample
attributes:
label: Reproducible Sample Repository
description: Repository url of reproducible sample
placeholder: ex. https://github.com/user/repo
validations:
required: true
- type: checkboxes
id: terms
attributes:
Expand Down

0 comments on commit 160b6ff

Please sign in to comment.