mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 01:36:31 +02:00
Enhance bug report template with file upload option (#46015)
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Adds an upload field for the bug report ZIP-file to the bug report issue template. <img width="982" height="157" alt="image" src="https://github.com/user-attachments/assets/5b7175d7-eacf-4748-93e8-304a027de005" /> ## PR Checklist <!-- - [ ] Closes: #yyy (add separate lines for additional resolved issues) --> - [x] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected --------- Co-authored-by: Niels Laute <niels.laute@live.nl>
This commit is contained in:
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -40,7 +40,6 @@ body:
|
|||||||
- Other (please specify in "Steps to Reproduce")
|
- Other (please specify in "Steps to Reproduce")
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Area(s) with issue?
|
label: Area(s) with issue?
|
||||||
@@ -106,7 +105,13 @@ body:
|
|||||||
placeholder: What happened instead?
|
placeholder: What happened instead?
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: upload
|
||||||
|
id: bugreportfile
|
||||||
|
attributes:
|
||||||
|
label: Upload Bug Report ZIP-file
|
||||||
|
description: Right-clicking the PowerToys tray icon in the taskbar and selecting “Report bug” generates a ZIP file containing diagnostic information about your setup and PowerToys logs, helping us better understand and troubleshoot the issue.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- id: additionalInfo
|
- id: additionalInfo
|
||||||
type: textarea
|
type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
1
.github/actions/spell-check/expect.txt
vendored
1
.github/actions/spell-check/expect.txt
vendored
@@ -129,6 +129,7 @@ bthprops
|
|||||||
bti
|
bti
|
||||||
BTNFACE
|
BTNFACE
|
||||||
bugreport
|
bugreport
|
||||||
|
bugreportfile
|
||||||
BUILDARCH
|
BUILDARCH
|
||||||
BUILDNUMBER
|
BUILDNUMBER
|
||||||
buildtransitive
|
buildtransitive
|
||||||
|
|||||||
Reference in New Issue
Block a user