From c63273b4849ab2548aaf83721064aca3bcda021d Mon Sep 17 00:00:00 2001 From: akc3n Date: Mon, 14 Nov 2022 20:56:20 -0800 Subject: [PATCH] Move the thank you notice to the bottom of form. --- .github/ISSUE_TEMPLATE/app_report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 1b6d1c3..8308580 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -7,7 +7,6 @@ body: attributes: value: | **Please remember this is for GrapheneOS only!** - Thank you for taking the time to fill out this report. - type: checkboxes attributes: label: Is there an existing issue for this? @@ -162,3 +161,7 @@ body: Tip: You can attach images by clicking this area to highlight it and then dragging files in. validations: required: false + - type: markdown + attributes: + value: | + Thank you for taking the time to fill out this report.