2021-04-05 17:44:16 +00:00
|
|
|
name: "🐛 Bug report"
|
2021-03-24 16:03:30 +00:00
|
|
|
description: Report errors or unexpected behavior
|
|
|
|
labels:
|
|
|
|
- Issue-Bug
|
2021-12-08 16:26:33 +00:00
|
|
|
- Needs-Triage
|
2021-03-24 16:03:30 +00:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
2021-03-25 20:16:57 +00:00
|
|
|
Please make sure to [search for existing issues](https://github.com/microsoft/PowerToys/issues) before filing a new one!
|
2021-03-24 16:03:30 +00:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Microsoft PowerToys version
|
2021-03-25 20:16:57 +00:00
|
|
|
placeholder: |
|
2022-01-06 17:27:31 +00:00
|
|
|
"0.53.0"
|
2021-03-24 16:03:30 +00:00
|
|
|
description: |
|
|
|
|
Hover over system tray icon or look at Settings
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
2021-04-05 17:44:16 +00:00
|
|
|
- type: checkboxes
|
2021-03-24 16:03:30 +00:00
|
|
|
attributes:
|
|
|
|
label: Running as admin
|
2021-03-25 20:16:57 +00:00
|
|
|
description: Are you running PowerToys as Admin?
|
2021-03-24 16:03:30 +00:00
|
|
|
options:
|
2021-04-05 17:45:54 +00:00
|
|
|
- label: "Yes"
|
2021-03-24 16:03:30 +00:00
|
|
|
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
2021-03-25 20:16:57 +00:00
|
|
|
label: Area(s) with issue?
|
|
|
|
description: What things had an issue? Check all that apply.
|
2021-03-24 16:03:30 +00:00
|
|
|
multiple: true
|
|
|
|
options:
|
|
|
|
- General
|
2022-01-06 17:27:31 +00:00
|
|
|
- Always on Top
|
2021-06-30 18:20:59 +00:00
|
|
|
- Awake
|
2021-03-24 16:03:30 +00:00
|
|
|
- ColorPicker
|
|
|
|
- FancyZones
|
|
|
|
- FancyZones Editor
|
|
|
|
- Image Resizer
|
|
|
|
- Keyboard Manager
|
|
|
|
- MD Preview
|
2021-10-28 18:40:03 +00:00
|
|
|
- Mouse Utilities
|
2021-09-16 17:02:50 +00:00
|
|
|
- PDF Preview
|
|
|
|
- PDF Thumbnail
|
2021-12-10 11:53:01 +00:00
|
|
|
- G-code Preview
|
|
|
|
- G-code Thumbnail
|
2021-03-24 16:03:30 +00:00
|
|
|
- PowerRename
|
|
|
|
- PowerToys Run
|
|
|
|
- Shortcut Guide
|
2022-01-25 11:51:37 +00:00
|
|
|
- STL Thumbnail
|
2021-03-24 16:03:30 +00:00
|
|
|
- SVG Preview
|
|
|
|
- SVG Thumbnail
|
2021-04-05 17:44:16 +00:00
|
|
|
- Settings
|
2021-10-29 13:27:53 +00:00
|
|
|
- Video Conference Mute
|
2021-04-05 17:44:16 +00:00
|
|
|
- Welcome / PowerToys Tour window
|
2021-03-24 16:03:30 +00:00
|
|
|
- System tray interaction
|
2021-04-05 17:44:16 +00:00
|
|
|
- Installer
|
2021-03-24 16:03:30 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Steps to reproduce
|
2021-04-20 03:15:54 +00:00
|
|
|
description: We highly suggest including a screenshots and a bug report log (System tray->Report bug).
|
2021-03-24 16:03:30 +00:00
|
|
|
placeholder: Tell us the steps required to trigger your bug.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: ✔️ Expected Behavior
|
|
|
|
placeholder: What were you expecting?
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: ❌ Actual Behavior
|
|
|
|
placeholder: What happened instead?
|
|
|
|
validations:
|
2022-01-06 17:27:31 +00:00
|
|
|
required: false
|
2021-04-05 17:44:16 +00:00
|
|
|
|
|
|
|
- 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
|