diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 00000000..0ca03d7c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,22 @@ +--- +name: Task +about: For cards that are not user stories, but may be technical, UX-related, or other tasks. +title: 'Task: X' +labels: task +assignees: '' + +--- + +## Describe the task +A clear and concise description of what the task is. + +## Acceptance Criteria + +- [ ] first +- [ ] second +- [ ] third + +## Additional context + +* Add any other context about the task here. +* Or here