diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml new file mode 100644 index 000000000..d818c39bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -0,0 +1,10 @@ +name: Task +description: Create a new Task +type: "Task" +body: +- type: textarea + attributes: + label: Describe Task + description: A clear and concise description of what the task is about. + validations: + required: true \ No newline at end of file