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