Skip to content

Commit

Permalink
Add CPU architecture to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
sileshn committed Oct 25, 2022
1 parent 492b877 commit e7659f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ body:
- label: "Yes"
- label: "No"

- type: checkboxes
attributes:
label: CPU Architecture
description: |
Tell us whether you are running the x64 or the arm64 version.
options:
- label: "arm64"
- label: "x64"

- type: checkboxes
attributes:
label: WSL Version
Expand Down

0 comments on commit e7659f4

Please sign in to comment.