mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[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 <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>
This commit is contained in:
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -18,6 +18,22 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Running as admin
|
label: Running as admin
|
||||||
|
|||||||
Reference in New Issue
Block a user