From bbe020bb372fe962e828aad59a6632e84cb5cc3e Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Sun, 16 Oct 2022 18:35:33 +0100 Subject: [PATCH] [GitHub]Add install method to issue template (#21160) * [GitHub]Add install method to issue template * Update .github/ISSUE_TEMPLATE/bug_report.yml Co-authored-by: Clint Rutkas * Add some details * Update .github/ISSUE_TEMPLATE/bug_report.yml Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com> Co-authored-by: Clint Rutkas Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 709a374c43..2e64090ff8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,6 +18,22 @@ body: validations: required: true +- type: dropdown + attributes: + label: Installation method + description: How / Where was PowerToys installed from? + multiple: true + options: + - GitHub + - Windows Store + - WinGet + - PowerToys auto-update + - Chocolatey + - Scoop + - Dev build in Visual Studio + - Other (please specify in "Steps to Reproduce") + validations: + required: true - type: checkboxes attributes: label: Running as admin