From ccaa98513c505bf8f2c9c0d739c31476249df747 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Thu, 25 Mar 2021 13:16:57 -0700 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8386111b53..c19387ebd3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,12 +10,14 @@ body: - type: markdown attributes: value: | - Please make sure to [search for existing issues](https://github.com/microsoft/PowerTOys/issues) before filing a new one! - + Please make sure to [search for existing issues](https://github.com/microsoft/PowerToys/issues) before filing a new one! + + We highly suggest including a screenshots and a bug report log (System tray->Report bug). To include, paste them into the markdown editor below the form or follow up with a separate comment. - type: input attributes: label: Microsoft PowerToys version - placeholder: "0.33.1" + placeholder: | + "0.33.1" description: | Hover over system tray icon or look at Settings validations: @@ -24,15 +26,17 @@ body: - type: dropdown attributes: label: Running as admin + description: Are you running PowerToys as Admin? options: - - 'Yes' - 'No' + - 'Yes' validations: required: true - type: dropdown attributes: - label: Utility with issue? + label: Area(s) with issue? + description: What things had an issue? Check all that apply. multiple: true options: - General @@ -74,7 +78,6 @@ body: - type: textarea attributes: label: ✔️ Expected Behavior - description: If you want to include screenshots, paste them into the markdown editor below the form or follow up with a separate comment. placeholder: What were you expecting? validations: required: false @@ -82,7 +85,6 @@ body: - type: textarea attributes: label: ❌ Actual Behavior - description: If you want to include screenshots, paste them into the markdown editor below the form or follow up with a separate comment. placeholder: What happened instead? validations: required: true