Skip to content

Commit c696fbe

Browse files
rami3lrbtcollins
authored andcommitted
chore(meta): update bug_report issue template
1 parent c887aa0 commit c696fbe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ body:
77
value: >
88
**Thanks for filing a 🐛 bug report 😄!**
99
10+
- type: checkboxes
11+
attributes:
12+
label: Verification
13+
description: Please verify that you've followed these steps.
14+
options:
15+
- 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.
16+
required: true
17+
- 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.
18+
required: true
19+
1020
- type: textarea
1121
id: problem
1222
attributes:
@@ -59,3 +69,11 @@ body:
5969
render: console
6070
validations:
6171
required: true
72+
73+
- type: textarea
74+
id: os
75+
attributes:
76+
label: OS version
77+
render: console
78+
validations:
79+
required: true

0 commit comments

Comments
 (0)