Skip to content

Commit

Permalink
Move host arch to a separate field of bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Aug 20, 2023
1 parent 948f0bb commit 9b9cccc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,19 @@ body:

- type: input
attributes:
label: Host OS system and architecture running docker image
label: Host OS system
placeholder: |
Example:
Ubuntu 22.04 / aarch64
Ubuntu 22.04
validations:
required: true

- type: dropdown
attributes:
label: Host architecture
options:
- x86_64
- aarch64
validations:
required: true

Expand Down

0 comments on commit 9b9cccc

Please sign in to comment.