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 description: Report errors or unexpected behavior
title: '' title: ''
labels: labels:
@ -23,15 +23,12 @@ body:
validations: validations:
required: true required: true
- type: dropdown - type: checkboxes
attributes: attributes:
label: Running as admin label: Running as admin
description: Are you running PowerToys as Admin? description: Are you running PowerToys as Admin?
options: options:
- 'No' - label: Yes
- 'Yes'
validations:
required: true
- type: dropdown - type: dropdown
attributes: attributes:
@ -51,23 +48,13 @@ body:
- Shortcut Guide - Shortcut Guide
- SVG Preview - SVG Preview
- SVG Thumbnail - SVG Thumbnail
- Installer - Settings
- Welcome / PowerToys Tour window
- System tray interaction - System tray interaction
- Settings window - Installer
validations: validations:
required: true 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 - type: textarea
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
@ -88,3 +75,14 @@ body:
placeholder: What happened instead? placeholder: What happened instead?
validations: validations:
required: true 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