diff --git a/.github/ISSUE_TEMPLATE/todo-list.md b/.github/ISSUE_TEMPLATE/todo-list.md new file mode 100644 index 0000000..45f4768 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/todo-list.md @@ -0,0 +1,21 @@ +--- +name: TODO list +about: A TODO list to keep things rolling +title: "[TODO]" +labels: TODO +assignees: '' + +--- + +**Is your TODO list related to another issue? Please describe and link issue.** +A clear and concise description of what the issue is. +#Issue-number + + +**Describe the TODO list** +A clear and concise description of what you want to happen. + +**TODO** +- [ ] Item 1 +- [ ] Item 2 +- [ ] etc...