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:
- label: I have checked that my issue doesn't exist yet in the [issue tracker](https://github.com/alliedmodders/sourcemod/issues)
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
id: os-version
attributes:
label: Operating System Version
label: Operating System and Version
description: What operating system and version are you using?
placeholder: "e.g., Windows 10 21H2, Ubuntu 22.04"
validations:
@ -33,7 +29,7 @@ body:
- type: input
id: game-version
attributes:
label: Game/AppID and Version
label: Game / AppID and Version
description: Which game and version are you using?
placeholder: "e.g., CS:GO (730) version 1.38.2.5"
validations:
@ -94,6 +90,10 @@ body:
label: Steps to Reproduce
description: Please provide the code or steps needed to reproduce the issue
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...
2. Second step...
3. ...