diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml new file mode 100644 index 00000000..c3ddbd21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -0,0 +1,17 @@ +--- +name: Task +description: A Task to be Completed +title: "[TASK]: " +labels: + - task +assignees: + - paddyroddy + - samcunliffe +body: + - id: section + type: textarea + attributes: + label: What needs to be done? + description: Please give as much detail as possible. + validations: + required: true