Skip to content

Commit 03ac4d7

Browse files
committed
Iterate on new issue template
1 parent 755fa4d commit 03ac4d7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@ body:
1616
options:
1717
- label: I have checked that my issue doesn't exist yet in the [issue tracker](https://github.com/alliedmodders/sourcemod/issues)
1818
required: true
19-
- label: I have provided the smallest possible test-case to reproduce the issue
20-
required: false
21-
- label: I can consistently reproduce this issue with the provided description
22-
required: false
2319

2420
- type: input
2521
id: os-version
2622
attributes:
27-
label: Operating System Version
23+
label: Operating System and Version
2824
description: What operating system and version are you using?
2925
placeholder: "e.g., Windows 10 21H2, Ubuntu 22.04"
3026
validations:
@@ -33,7 +29,7 @@ body:
3329
- type: input
3430
id: game-version
3531
attributes:
36-
label: Game/AppID and Version
32+
label: Game / AppID and Version
3733
description: Which game and version are you using?
3834
placeholder: "e.g., CS:GO (730) version 1.38.2.5"
3935
validations:
@@ -94,6 +90,10 @@ body:
9490
label: Steps to Reproduce
9591
description: Please provide the code or steps needed to reproduce the issue
9692
placeholder: |
93+
*If possible, please include the smallest possible test-case to reproduce the issue.*
94+
95+
*Also, please make it clear whether or not you can consistently reproduce this issue with the provided description*
96+
9797
1. First step...
9898
2. Second step...
9999
3. ...

0 commit comments

Comments
 (0)