mirror of
https://github.com/NinjaSurge/Project-Manager.git
synced 2026-03-09 03:12:42 -05:00
Added TODO template
This commit is contained in:
21
.github/ISSUE_TEMPLATE/todo-list.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/todo-list.md
vendored
Normal file
@@ -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...
|
||||
Reference in New Issue
Block a user