Skip to content

Commit

Permalink
[GitHub]Add install method to issue template (#21160)
Browse files Browse the repository at this point in the history
* [GitHub]Add install method to issue template

* Update .github/ISSUE_TEMPLATE/bug_report.yml

Co-authored-by: Clint Rutkas <clint@rutkas.com>

* 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 <clint@rutkas.com>
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 16, 2022
1 parent af98395 commit bbe020b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -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
Expand Down

0 comments on commit bbe020b

Please sign in to comment.