Skip to content

Commit bb5c169

Browse files
Add attachments upload field to bug report template
- Split "Logs, stack traces, or screenshots" into a logs-only textarea - Add optional upload field for screenshots, recordings, logs, and repro files
1 parent 46ea594 commit bb5c169

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,19 @@ body:
9696
- type: textarea
9797
id: logs
9898
attributes:
99-
label: Logs, stack traces, or screenshots
99+
label: Logs or stack traces
100100
description: Paste the most relevant output only. Redact secrets.
101101
render: shell
102102

103+
- type: upload
104+
id: attachments
105+
attributes:
106+
label: Screenshots, recordings, or supporting files
107+
description: Upload screenshots, short recordings, repro archives, or log files. Redact secrets before uploading.
108+
validations:
109+
required: false
110+
accept: ".png,.jpg,.jpeg,.gif,.webp,.svg,.mp4,.mov,.webm,.log,.txt,.json,.zip"
111+
103112
- type: textarea
104113
id: workaround
105114
attributes:

0 commit comments

Comments
 (0)