mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 10:17:14 +00:00
ignore all .md apart from todo
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,7 @@
|
||||
|
||||
/node_modules
|
||||
/.vscode
|
||||
|
||||
*.md
|
||||
|
||||
!todo.md
|
||||
|
||||
3
todo.md
3
todo.md
@@ -1,5 +1,7 @@
|
||||
- setup guide
|
||||
- pricing page
|
||||
- see jira and other competitors
|
||||
- explore payment providers (stripe is the only one i know)
|
||||
- github link
|
||||
- dedicated /register route (currently login/register are combined on /login)
|
||||
- real logo
|
||||
@@ -12,6 +14,7 @@
|
||||
- status
|
||||
- predefined statuses are added to organisation by default. list of statuses can be edited by owner/admin (maybe this should be on projects rather than organisations?)
|
||||
- sprint
|
||||
- more than one assignee
|
||||
- time tracking (linked to issues or standalone)
|
||||
- user preferences
|
||||
- "assign to me by default" option for new issues
|
||||
|
||||
Reference in New Issue
Block a user