Iterate on new issue template

This commit is contained in:
Nicholas Hastings 2025-01-19 11:14:45 -05:00
parent 755fa4d5f3
commit 03ac4d728d

View File

@ -16,15 +16,11 @@ body:
options: options:
- label: I have checked that my issue doesn't exist yet in the [issue tracker](https://github.com/alliedmodders/sourcemod/issues) - label: I have checked that my issue doesn't exist yet in the [issue tracker](https://github.com/alliedmodders/sourcemod/issues)
required: true required: true
- label: I have provided the smallest possible test-case to reproduce the issue
required: false
- label: I can consistently reproduce this issue with the provided description
required: false
- type: input - type: input
id: os-version id: os-version
attributes: attributes:
label: Operating System Version label: Operating System and Version
description: What operating system and version are you using? description: What operating system and version are you using?
placeholder: "e.g., Windows 10 21H2, Ubuntu 22.04" placeholder: "e.g., Windows 10 21H2, Ubuntu 22.04"
validations: validations:
@ -33,7 +29,7 @@ body:
- type: input - type: input
id: game-version id: game-version
attributes: attributes:
label: Game/AppID and Version label: Game / AppID and Version
description: Which game and version are you using? description: Which game and version are you using?
placeholder: "e.g., CS:GO (730) version 1.38.2.5" placeholder: "e.g., CS:GO (730) version 1.38.2.5"
validations: validations:
@ -94,6 +90,10 @@ body:
label: Steps to Reproduce label: Steps to Reproduce
description: Please provide the code or steps needed to reproduce the issue description: Please provide the code or steps needed to reproduce the issue
placeholder: | placeholder: |
*If possible, please include the smallest possible test-case to reproduce the issue.*
*Also, please make it clear whether or not you can consistently reproduce this issue with the provided description*
1. First step... 1. First step...
2. Second step... 2. Second step...
3. ... 3. ...