From 0019e59195dd1b38f8cbf9f47cdfd18abfad34ef Mon Sep 17 00:00:00 2001 From: Tommy koning Date: Tue, 7 May 2024 15:51:24 +0200 Subject: [PATCH] Update task_template.yaml: made a new task template for short little tasks that need to be done but are too small for a feature request --- .gitea/issue_template/task_template.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/issue_template/task_template.yaml diff --git a/.gitea/issue_template/task_template.yaml b/.gitea/issue_template/task_template.yaml new file mode 100644 index 0000000..b60f5e1 --- /dev/null +++ b/.gitea/issue_template/task_template.yaml @@ -0,0 +1,18 @@ +name: Add a task +about: Add a small task +title: "[Task]: " +labels: ["Priority low"] +body: + - type: markdown + attributes: + value: | + This issue was created by an issue **template** :) + visible: [content] + - type: Input + id: task + attributes: + label: What needs to happened? + description: Keep it short, sweet and simple + placeholder: Tell us what to do! + validations: + required: true \ No newline at end of file