From 80d4499fa88e8dfb537c13a712b4db21be7d2771 Mon Sep 17 00:00:00 2001 From: Avery King Date: Thu, 17 Jul 2025 19:39:11 -0700 Subject: [PATCH] Add task issue template This is meant for contributors and developers, not end users. Signed-off-by: Avery King --- .gitea/issue_template/task.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitea/issue_template/task.yaml diff --git a/.gitea/issue_template/task.yaml b/.gitea/issue_template/task.yaml new file mode 100644 index 000000000..286773291 --- /dev/null +++ b/.gitea/issue_template/task.yaml @@ -0,0 +1,25 @@ +name: Task +about: A task that needs to be done. +title: '[TASK] ' +body: + - type: markdown + attributes: + value: | + This template is meant for contributors and developers to keep track of + a task that needs to be done or is meant to be done eventually. + If you are an end user, please look at another template instead. + - type: textarea + id: taskDescription + attributes: + label: Task Description + description: | + A brief explanation on what needs to happen. + validations: + required: true + - type: textarea + id: taskDependencies + attributes: + label: Dependencies + description: | + List any issues that need to be done here first, in order of what needs + to happen first to last.