Skip to content

Commit e7659f4

Browse files
committed
Add CPU architecture to issue template
1 parent 492b877 commit e7659f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/Bug_Report.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ body:
1616
- label: "Yes"
1717
- label: "No"
1818

19+
- type: checkboxes
20+
attributes:
21+
label: CPU Architecture
22+
description: |
23+
Tell us whether you are running the x64 or the arm64 version.
24+
options:
25+
- label: "arm64"
26+
- label: "x64"
27+
1928
- type: checkboxes
2029
attributes:
2130
label: WSL Version

0 commit comments

Comments
 (0)