Update bug_report.yml

This commit is contained in:
Clint Rutkas
2021-03-25 13:16:57 -07:00
committed by GitHub
parent aac479f58c
commit ccaa98513c

View File

@@ -10,12 +10,14 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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 - type: input
attributes: attributes:
label: Microsoft PowerToys version label: Microsoft PowerToys version
placeholder: "0.33.1" placeholder: |
"0.33.1"
description: | description: |
Hover over system tray icon or look at Settings Hover over system tray icon or look at Settings
validations: validations:
@@ -24,15 +26,17 @@ body:
- type: dropdown - type: dropdown
attributes: attributes:
label: Running as admin label: Running as admin
description: Are you running PowerToys as Admin?
options: options:
- 'Yes'
- 'No' - 'No'
- 'Yes'
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Utility with issue? label: Area(s) with issue?
description: What things had an issue? Check all that apply.
multiple: true multiple: true
options: options:
- General - General
@@ -74,7 +78,6 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: ✔️ Expected Behavior 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? placeholder: What were you expecting?
validations: validations:
required: false required: false
@@ -82,7 +85,6 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: ❌ Actual Behavior 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? placeholder: What happened instead?
validations: validations:
required: true required: true