From ead61d240d8ae00831cf21593ca4fef2ec7b76f0 Mon Sep 17 00:00:00 2001 From: Fabi <38692350+fgerschwiler@users.noreply.github.com> Date: Wed, 12 Jan 2022 09:44:32 +0100 Subject: [PATCH] Update issue templates task (#2981) --- .github/ISSUE_TEMPLATE/task.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/task.md 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** +- [ ] ... +- [ ] ...