From 22e2f79bff1d7d7f4671a765acea5369f0b1ff82 Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Fri, 28 Apr 2023 11:35:01 -0700 Subject: [PATCH] re order required fields --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 5aa7a630..db8be210 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -7,11 +7,6 @@ body: description: A clear and concise description of what the bug is. validations: required: true - - type: textarea - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell - type: dropdown attributes: label: Database @@ -22,6 +17,11 @@ body: - Umami Cloud validations: required: true + - type: textarea + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell - type: input attributes: label: Which browser are you using? (if relevant)