Skip to content

Commit

Permalink
chore: add a field for the OS for bug reports (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Oct 30, 2023
1 parent 6033dbc commit 8c6c17c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ body:
- GitLab
validations:
required: true
- type: dropdown
id: os
attributes:
label: Which Operating System?
description: Please add the architecture in the issue description. If you selected "Others", please specify in the textarea.
options:
- macOS
- Linux
- Windows
- Other
validations:
required: true
- type: textarea
id: issue
attributes:
Expand Down

0 comments on commit 8c6c17c

Please sign in to comment.