-
Notifications
You must be signed in to change notification settings - Fork 20
PM Mechanics
- MVP: MVP Project Work the team is committing to complete within the forecast schedule.
- Reserve: Reserve Project Work the team is not committing to complete within the forecast schedule.
- P1: Project Work (MVP or Reserve) that is currently in development.
- P2: Project Work (MVP or Reserve) that is available for selection.
When selecting an MVP issue to work on modify it as follows:
- Add the 'P1' label to it.
- Assign yourself to the issue.
If you stop working on an MVP issue modify it as follows:
- Remove the 'P1' label.
- Add the 'P2' label.
- Unassign yourself from the issue.
When adding a new MVP issue to the project backlog modify it as follows:
- Add the 'MVP' label.
- Add the 'P2' label.
When adding a new Reserve issue to the project backlog modify it as follows:
- Add the 'Reserve' label.
- Add the 'P2' label.
-
All MVP Project Work (In Development, Available, Completed): https://github.com/mozilla-spidermonkey/jsparagus/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3AMVP
-
MVP Project Work Currently In Development: https://github.com/mozilla-spidermonkey/jsparagus/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3AMVP+label%3AP1
-
Available MVP Project Work: https://github.com/mozilla-spidermonkey/jsparagus/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3AMVP+label%3AP2
-
Completed MVP Project Work: https://github.com/mozilla-spidermonkey/jsparagus/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+label%3AMVP+label%3AP1+
-
All Reserve Project Work (In Development, Available, Completed): https://github.com/mozilla-spidermonkey/jsparagus/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3AReserve
-
Reserve Project Work Currently In Development: https://github.com/mozilla-spidermonkey/jsparagus/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3AReserve+label%3AP1+
-
Available Reserve Project Work: https://github.com/mozilla-spidermonkey/jsparagus/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3AReserve+label%3AP2