Skip to content

Commit

Permalink
chore: add a field for the OS for bug reports
Browse files Browse the repository at this point in the history
We are starting to have more OS specific issues, this will save us time to have the information right away.
  • Loading branch information
fharper committed Oct 30, 2023
1 parent 0b9f608 commit a3757a2
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 @@ -61,6 +61,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 a3757a2

Please sign in to comment.