From c9d6ccd370e704c03ba2830db4e9133d7b4208a6 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 25 Oct 2023 17:06:05 +0200 Subject: [PATCH] Add .gitea/ISSUE_TEMPLATE/Question.yml --- .gitea/ISSUE_TEMPLATE/Question.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/Question.yml diff --git a/.gitea/ISSUE_TEMPLATE/Question.yml b/.gitea/ISSUE_TEMPLATE/Question.yml new file mode 100644 index 0000000..c39ac7d --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/Question.yml @@ -0,0 +1,18 @@ +name: ❓ Question +about: Use this template if nothing seems to work. +title: '' +labels: + - question +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 \ No newline at end of file