Skip to content

Commit

Permalink
Few more tweaks to PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jul 1, 2024
1 parent 265ba0c commit 8d05ee5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
attributes:
label: Conreq Version
description: What version did you encounter this issue on?
placeholder: For example, v0.15.2
placeholder: For example... 1.25.0
validations:
required: true

Expand All @@ -23,44 +23,44 @@ body:
- type: dropdown
attributes:
label: Server Operating System
multiple: true
options:
- Not Applicable
- N/A
- Windows
- Linux
- FreeBSD
- MacOS
- Other
validations:
required: true

- type: dropdown
attributes:
label: Client Operating System
multiple: true
options:
- Not Applicable
- N/A
- Windows
- Linux
- FreeBSD
- MacOS
- Android
- iOS
- Other
validations:
required: true

- type: dropdown
attributes:
label: Client Browser(s)
label: Web Browser(s)
multiple: true
options:
- Not Applicable
- N/A
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other
validations:
required: false
required: true

- type: textarea
attributes:
Expand Down

0 comments on commit 8d05ee5

Please sign in to comment.