Skip to content

Commit 95419ff

Browse files
committed
chore: capture cpu architecture in bug reports
1 parent 570ba47 commit 95419ff

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ body:
5151
validations:
5252
required: false
5353

54+
- type: dropdown
55+
id: architecture
56+
attributes:
57+
label: CPU / Architecture
58+
options:
59+
- ARM/Apple Silicon
60+
- Intel/AMD
61+
- Not applicable / unsure
62+
validations:
63+
required: false
64+
5465
- type: input
5566
id: daw
5667
attributes:

0 commit comments

Comments
 (0)