From 68e00ed2085cdf711420165b8aeeb1035338f68f Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Mon, 5 Apr 2021 10:44:16 -0700 Subject: [PATCH] Tweaking bug report template (#10558) * Tweaking bug report template Tracking #10450 * Update bug_report.yml * Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 36 +++++++++++++-------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c19387ebd3..29e960b5c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: "Bug report 🐛" +name: "🐛 Bug report" description: Report errors or unexpected behavior title: '' labels: @@ -23,15 +23,12 @@ body: validations: required: true -- type: dropdown +- type: checkboxes attributes: label: Running as admin description: Are you running PowerToys as Admin? options: - - 'No' - - 'Yes' - validations: - required: true + - label: Yes - type: dropdown attributes: @@ -51,22 +48,12 @@ body: - Shortcut Guide - SVG Preview - SVG Thumbnail - - Installer + - Settings + - Welcome / PowerToys Tour window - System tray interaction - - Settings window + - Installer validations: required: true - -- type: textarea - attributes: - label: Other Software - description: If you're reporting a bug about our interaction with other software, what software? What versions? - placeholder: | - vim 8.2 (inside WSL) - OpenSSH_for_Windows_8.1p1 - My Cool Application v0.3 (include a code snippet if it would help!) - validations: - required: false - type: textarea attributes: @@ -88,3 +75,14 @@ body: placeholder: What happened instead? validations: required: true + +- type: textarea + attributes: + label: Other Software + description: If you're reporting a bug about our interaction with other software, what software? What versions? + placeholder: | + vim 8.2 (inside WSL) + OpenSSH_for_Windows_8.1p1 + My Cool Application v0.3 (include a code snippet if it would help!) + validations: + required: false