diff --git a/Project-Management.md b/Project-Management.md index f22c561..832084b 100644 --- a/Project-Management.md +++ b/Project-Management.md @@ -16,10 +16,11 @@ We have a Kanban Board for each project at Issues > Boards. There is also a MEGA The pipeline is broken down into the following stages: -* To Do - an issue deemed a priority and ready to be worked on -* Doing - an issue actively being worked on -* In Review - work that is ready for testing -* Deploy - work that has passed testing and is ready to go live +* ~"To Do" - an issue deemed a priority and ready to be worked on +* ~Doing - an issue actively being worked on +* ~"In Review" - work that is ready for design and/or code review +* ~Test - work that is ready for testing +* ~Deploy - work that has passed testing and is ready to go live We strive to have no more than 3 issues in the doing stage for one person. In the To Do column, we keep that between 5 and 10. Enough to have a ready list of issues to work on, while maintaining a sense of priority.