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:
Tommy koning 2024-05-07 15:51:24 +02:00
parent eb5a49c688
commit 0019e59195

View 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