From 3a1dbeab96f7f596548cd8bf713606af419246eb Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sun, 12 Nov 2023 13:26:11 +0100 Subject: [PATCH] update default issue template --- .gitea/ISSUE_TEMPLATE.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE.md b/.gitea/ISSUE_TEMPLATE.md index ec3134a..6d80569 100644 --- a/.gitea/ISSUE_TEMPLATE.md +++ b/.gitea/ISSUE_TEMPLATE.md @@ -1,10 +1,16 @@ ---- -name: 'Default' -about: 'Use this template if nothing seems to work.' -title: ':question: ' -labels: - - question ---- -#### :grey_question: Simply ask your question here: :grey_question: - - +name: Default +about: Use this template if nothing seems to work. +title: '' +body: + - type: markdown + attributes: + value: | + > **Note**: Thanks for taking the time to fill out this bug report! + - type: textarea + id: content + attributes: + label: ❔ What happened + description: Simply ask your question here. + placeholder: Tell us what you want to know... + validations: + required: true