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.