Skip to content

Commit

Permalink
Tweaking bug report template (#10558)
Browse files Browse the repository at this point in the history
* Tweaking bug report template

Tracking #10450

* Update bug_report.yml

* Update bug_report.yml
  • Loading branch information
crutkas committed Apr 5, 2021
1 parent 1c8b7a5 commit 68e00ed
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Bug report 🐛"
name: "🐛 Bug report"
description: Report errors or unexpected behavior
title: ''
labels:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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

0 comments on commit 68e00ed

Please sign in to comment.