Skip to content

Commit e6d9a27

Browse files
fix(github): fix bug report issue template for screenshots (#1109)
1 parent 4b811da commit e6d9a27

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)