From 70b15e572fad1e84d00d9164dcfdf954921b95bd Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 23 Jan 2024 12:57:40 +0000 Subject: [PATCH] Add task issue template --- .github/ISSUE_TEMPLATE/task.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/task.yml 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