From ab22de68d7697ca0249d1e288558b85ac9db6f62 Mon Sep 17 00:00:00 2001 From: Regalis11 Date: Fri, 6 May 2022 16:17:48 +0300 Subject: [PATCH] Changes to the bug report form --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 15778f8c7..948d670ce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -19,20 +19,21 @@ body: attributes: label: What happened? description: Please tell us also what you expected should have happened if the game was behaving correctly. - value: "Using the bike horn crashes the game." + placeholder: "Using the bike horn crashes the game." validations: required: true - type: textarea id: repro attributes: label: Reproduction steps - description: If possible, describe how the developers can get the bug to happen. It is often extremely hard to fix a bug if we don't know how to reproduce it. - value: | + description: | + If possible, describe how the developers can get the bug to happen. It is often extremely hard to fix a bug if we don't know how to reproduce it. + If you have a save, a submarine file, screenshots or any other files that might help us diagnose the issue, you can attach them here. Note that GitHub doesn't support the .save or .sub file extensions, so you should .zip those types of files to allow them to be attached. + placeholder: | 1. Start a multiplayer campaign 2. Spawn a bike horn with console commands 3. Use the bike horn 4. Observe how the game crashes - render: bash - type: dropdown id: prevalence attributes: