From b7afa4bb5e705d7970be0dabfeb878134c7159f1 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 18 Aug 2024 12:34:08 +0200 Subject: [PATCH] Move label to right spot Remember kids: Think before committing! --- .gitea/issue_template/empty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/issue_template/empty.yml b/.gitea/issue_template/empty.yml index 6f5ab79..64ad974 100644 --- a/.gitea/issue_template/empty.yml +++ b/.gitea/issue_template/empty.yml @@ -7,7 +7,6 @@ body: - type: "markdown" id: "introduction" attributes: - label: "Issue content" value: | This issue template is meant for specific, special cases, where an empty issue template may be wanted. You should *NOT* use this template to write bug reports, feature or help requests. @@ -15,6 +14,7 @@ body: - type: "textarea" id: "content" attributes: + label: "Issue content" description: "Write your issue content here." validations: required: true