mirror of
https://codeberg.org/tenacityteam/tenacity
synced 2025-09-22 17:01:12 +02:00
Add task issue template
This is meant for contributors and developers, not end users. Signed-off-by: Avery King <gperson@disroot.org>
This commit is contained in:
25
.gitea/issue_template/task.yaml
Normal file
25
.gitea/issue_template/task.yaml
Normal file
@@ -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.
|
Reference in New Issue
Block a user