Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Here's my legend for Trello project boards:
  2.  
  3. Columns:
  4. - **Plan**: General ideas/discusion of features and changes related to project.
  5. - **Queue**: Features and changes that are queued to be worked on
  6. - **Do**: Tasks currently being worked on, usually assigned to person or undergoing testing.
  7. - **Fix**: Bug queue
  8. - **Pend**: Functional but needing iteration and testing.
  9. - **Show**: Completed tasks
  10.  
  11. Cards can contain more than 1 related task, in the form of checklists (either trello or markdown). You do not need to separate these into individual cards until it becomes organizationally better to do so.
  12.  
  13. Priorities:
  14. - [H]igh
  15. - Normal (default, don't list)
  16. - [L]ow
  17. - [F]uture: Things that may be important to think about now, but are otherwise far off.
  18. - [P]ending: Task is postponed or pending something. (Considering using [W])
  19.  
  20. Difficulty:
  21. - [T]rivial or [E]asy
  22. - Normal (default, don't list)
  23. - [D]ifficult
  24. - [?] Uncertain
  25.  
  26. Other:
  27. - [W]aiting on tag (use [W:tag] and #tag on card title or checklist task). Tags can be features or versions.
  28.  
  29. Example for high priority, easy difficulty, waiting on #1.0 tag:
  30. ```
  31. [H][E][W:#1.0] Card Title
  32. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement