From c696fbef52f957533d25df85fa3319da41faac33 Mon Sep 17 00:00:00 2001 From: rami3l Date: Sat, 30 Mar 2024 09:21:59 +0800 Subject: [PATCH] chore(meta): update `bug_report` issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d348597d6f..3bec387a10 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: @@ -59,3 +69,11 @@ body: render: console validations: required: true + + - type: textarea + id: os + attributes: + label: OS version + render: console + validations: + required: true