forked from Inpaqt/gitea_template
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
This commit is contained in:
parent
eb5a49c688
commit
0019e59195
18
.gitea/issue_template/task_template.yaml
Normal file
18
.gitea/issue_template/task_template.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user