Skip to content

Commit

Permalink
docs(issues): Add Task Issue Template (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj authored Oct 5, 2023
1 parent b531db9 commit a2e7a45
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/TASK.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: "🛠️ Task"
description: |
Create a new Task.
Tasks document and manage specific to-dos, chores, or assignments within the project.
title: "🛠️ [TASK] : <title>"
labels: ["task"]
projects: ["/input-output-hk/102"]
body:
- type: markdown
attributes:
value: |
⚠️ **All Tasks must be listed as a Task in an Epic!** ⚠️
- type: input
id: summary
attributes:
label: "Summary"
description: "Short Summary of the Task"
placeholder: "Short Summary"
validations:
required: true
- type: textarea
id: description
attributes:
label: "Description"
description: "Extended Description of the Task"
placeholder: |
Explicit extended description of the task...
### Subtask List (Optional)
- [ ] #1
- [ ] Subtask placeholder waiting for an issue.
validations:
required: true

0 comments on commit a2e7a45

Please sign in to comment.