forked from Inpaqt/gitea_template
18 lines
430 B
YAML
18 lines
430 B
YAML
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 |