Skip to content

Commit

Permalink
Add task issue template (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jan 23, 2024
1 parent cf06a06 commit 2f5199c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2f5199c

Please sign in to comment.