From 59da5d315d6a7e99c75c897828b878a9fda48ba6 Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Mon, 28 Apr 2025 13:40:26 +0100 Subject: [PATCH] chore: move template message to bottom of body --- .gitea/issue_template/bug_report.yml | 12 ++++++------ .gitea/issue_template/feature.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitea/issue_template/bug_report.yml b/.gitea/issue_template/bug_report.yml index 81ba5fd..b07e408 100644 --- a/.gitea/issue_template/bug_report.yml +++ b/.gitea/issue_template/bug_report.yml @@ -3,11 +3,6 @@ about: File a bug report title: "[Bug] ..." labels: "Kind/Bug" body: - - type: markdown - attributes: - value: | - This issue was created using the bug report template. - visible: [content] - type: textarea id: what-happened attributes: @@ -27,4 +22,9 @@ body: - 0.0.9 - 0.0.8 validations: - required: true \ No newline at end of file + required: true + - type: markdown + attributes: + value: | + This issue was created using the bug report template. + visible: [content] \ No newline at end of file diff --git a/.gitea/issue_template/feature.yml b/.gitea/issue_template/feature.yml index 2a8558b..87a239e 100644 --- a/.gitea/issue_template/feature.yml +++ b/.gitea/issue_template/feature.yml @@ -3,11 +3,6 @@ about: Suggest an idea for this project title: "[Feature] ..." labels: "Kind/Feature" body: - - type: markdown - attributes: - value: | - This issue was created using the feature template. - visible: [content] - type: textarea id: idea attributes: @@ -27,4 +22,9 @@ body: - 0.0.9 - 0.0.8 validations: - required: true \ No newline at end of file + required: true + - type: markdown + attributes: + value: | + This issue was created using the feature template. + visible: [content] \ No newline at end of file