From 02babdb64002b2317d71f958aa483c3ab097f043 Mon Sep 17 00:00:00 2001 From: Jacob Tobiasz <80641364+jakubtobiasz@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:08:58 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/task.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 00000000..34f919a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,20 @@ +--- +name: Task +about: A piece of work to be done +title: '' +labels: '' +assignees: '' + +--- + +## Description 📄 + +Provide a big picture of what and why should be done. + +## Small wins 🏆 + +Break your need into smaller steps and requirements. + +## Tips 💡 + +If you've done some research or have a reference links/files – put them here.