From 3d3aef47afed7563ab4fdef65a448b7cbf6172a3 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 7 Sep 2023 06:16:11 +0200 Subject: [PATCH] Reorder the template for issues and bugs --- .github/ISSUE_TEMPLATE/issue.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 066f4468..58de8b0a 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -7,12 +7,6 @@ title: "REPLACE ME" description: "This form is for bug and crash reports only, primarily used by developers. Abuse of this form will lead to a permanent interaction ban." labels: ["bug"] body: -- type: textarea - attributes: - label: "OBS Studio Logs" - description: "Paste the content or attach the log files from OBS Studio here. In the event of a crash, paste or attach both the crash log and the normal log file." - validations: - required: true - type: textarea attributes: label: "Current and Expected Behavior" @@ -25,6 +19,12 @@ body: description: "What steps are required to consistently reproduce the bug/crash/freeze?" validations: required: true +- type: textarea + attributes: + label: "Log files & Crash Dumps" + description: "Paste the content or attach the log files from OBS Studio here. In the event of a crash, paste or attach both the crash log and the normal log file." + validations: + required: false - type: textarea attributes: label: "Any additional Information we need to know?"