Skip to content

Commit

Permalink
chore(meta): update bug_report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l authored and rbtcollins committed Mar 31, 2024
1 parent c887aa0 commit c696fbe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ body:
value: >
**Thanks for filing a 🐛 bug report 😄!**
- type: checkboxes
attributes:
label: Verification
description: Please verify that you've followed these steps.
options:
- label: I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates.
required: true
- label: I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and am still able to reproduce my issue.
required: true

- type: textarea
id: problem
attributes:
Expand Down Expand Up @@ -59,3 +69,11 @@ body:
render: console
validations:
required: true

- type: textarea
id: os
attributes:
label: OS version
render: console
validations:
required: true

0 comments on commit c696fbe

Please sign in to comment.