From 03ac4d728d7ad77a9ea6be61e962d8cf2b982eb6 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 19 Jan 2025 11:14:45 -0500 Subject: [PATCH] Iterate on new issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 20e60f184c..e5a7f034de 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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. ...