Skip to content

Commit 8d05ee5

Browse files
committed
Few more tweaks to PR template
1 parent 265ba0c commit 8d05ee5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
attributes:
77
label: Conreq Version
88
description: What version did you encounter this issue on?
9-
placeholder: For example, v0.15.2
9+
placeholder: For example... 1.25.0
1010
validations:
1111
required: true
1212

@@ -23,44 +23,44 @@ body:
2323
- type: dropdown
2424
attributes:
2525
label: Server Operating System
26+
multiple: true
2627
options:
27-
- Not Applicable
28+
- N/A
2829
- Windows
2930
- Linux
3031
- FreeBSD
3132
- MacOS
32-
- Other
3333
validations:
3434
required: true
3535

3636
- type: dropdown
3737
attributes:
3838
label: Client Operating System
39+
multiple: true
3940
options:
40-
- Not Applicable
41+
- N/A
4142
- Windows
4243
- Linux
4344
- FreeBSD
4445
- MacOS
4546
- Android
4647
- iOS
47-
- Other
4848
validations:
4949
required: true
5050

5151
- type: dropdown
5252
attributes:
53-
label: Client Browser(s)
53+
label: Web Browser(s)
5454
multiple: true
5555
options:
56-
- Not Applicable
56+
- N/A
5757
- Firefox
5858
- Chrome
5959
- Safari
6060
- Microsoft Edge
6161
- Other
6262
validations:
63-
required: false
63+
required: true
6464

6565
- type: textarea
6666
attributes:

0 commit comments

Comments
 (0)