Tweaking bug report template (#10558)

* Tweaking bug report template

Tracking #10450

* Update bug_report.yml

* Update bug_report.yml
This commit is contained in:
Clint Rutkas 2021-04-05 10:44:16 -07:00 committed by GitHub
parent 1c8b7a5ae5
commit 68e00ed208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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