Skip to content

Commit

Permalink
issue: added architecture as dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Jan 23, 2024
1 parent cb97813 commit deb6f0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ body:
- nightly
validations:
required: true
- type: dropdown
attributes:
label: "Which architecture are you using?"
description: "#### `uname -m`"
multiple: false
options:
- x86
- ARM64 (aarch64)
validations:
required: true
- type: input
attributes:
label: "Operating System:"
Expand Down

0 comments on commit deb6f0b

Please sign in to comment.