diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000000..2b27a56071 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,18 @@ +--- +name: Task +about: A task describes what is to be implemented and which acceptance criteria must + be met. +title: '' +labels: task +assignees: '' + +--- + +Description + +- [ ] Todo +- [ ] Todo + +**Acceptance criteria** +- [ ] ... +- [ ] ...