From ea3f47b8fa923ffa1f86307f9c0b522b52e672b1 Mon Sep 17 00:00:00 2001 From: meichthys Date: Mon, 14 Oct 2024 01:12:43 -0400 Subject: [PATCH] Move Description section to top of bug report --- .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 28347d8b6..bda19fdc0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,6 +3,12 @@ description: Report a bug title: "(Bug report) " labels: "Type: Bug" body: +- type: textarea + attributes: + label: Description + description: A clear and concise description of the bug and any additional information. + validations: + required: true - type: input attributes: label: TriliumNext Version @@ -38,12 +44,6 @@ body: placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04" validations: required: true -- type: textarea - attributes: - label: Description - description: A clear and concise description of the bug and any additional information. - validations: - required: true - type: textarea attributes: label: Error logs