Make the proposal labels match what happens in practice
This commit is contained in:
parent
0f7e285f15
commit
fa0b4f9e13
2 changed files with 33 additions and 23 deletions
|
@ -9,8 +9,9 @@ from datetime import datetime
|
||||||
# a list of the labels we care about
|
# a list of the labels we care about
|
||||||
LABELS_LIST=[
|
LABELS_LIST=[
|
||||||
'proposal-in-review',
|
'proposal-in-review',
|
||||||
|
'proposed-final-comment-period',
|
||||||
'proposal-final-comment-period',
|
'proposal-final-comment-period',
|
||||||
'proposal-merged',
|
'finished-final-comment-period',
|
||||||
'spec-pr-missing',
|
'spec-pr-missing',
|
||||||
'spec-pr-in-review',
|
'spec-pr-in-review',
|
||||||
'merged',
|
'merged',
|
||||||
|
|
|
@ -192,25 +192,32 @@ labels for each stage on the `matrix-doc
|
||||||
+-------------------+ | | | | | | |
|
+-------------------+ | | | | | | |
|
||||||
| | | | | Spec PR Created | | +----------+
|
| | | | | Spec PR Created | | +----------+
|
||||||
| Proposal PR | | | | and In Review | |
|
| Proposal PR | | | | and In Review | |
|
||||||
| Created and | | | | | |
|
| In Review | | | | | |
|
||||||
| In Review | | | +--------+--------+ |
|
| | | | +--------+--------+ |
|
||||||
| | | | | |
|
+---------+---------+ | | | |
|
||||||
+---------+---------+ | | v |
|
| | | v |
|
||||||
| | | +-----------+ |
|
v | | +-----------+ |
|
||||||
v | | | | |
|
+----------------------+ | | | | |
|
||||||
+----------------------+ | | | Spec PR | |
|
| | | | | Spec PR | |
|
||||||
| | | | | Merged! | |
|
| Proposed Final | | | | Merged! | |
|
||||||
| Final Comment Period | | | | | |
|
| Comment Period | | | | | |
|
||||||
| | | | +-----------+ |
|
| | | | +-----------+ |
|
||||||
+----------+-----------+ | | |
|
+----------+-----------+ | | |
|
||||||
| | | |
|
| | | |
|
||||||
v | | |
|
v | | |
|
||||||
+-------------+ | | |
|
+----------------------+ | | |
|
||||||
| | | | |
|
| | | | |
|
||||||
| Proposal PR | | | |
|
| Final Comment Period | | | |
|
||||||
| Merged! | | | |
|
|
||||||
| | | | |
|
| | | | |
|
||||||
+------|------+ | | |
|
+----------+-----------+ | | |
|
||||||
|
| | | |
|
||||||
|
v | | |
|
||||||
|
+----------------------+ | | |
|
||||||
|
| | | | |
|
||||||
|
| Final Comment Period | | | |
|
||||||
|
| Complete | | | |
|
||||||
|
| | | | |
|
||||||
|
+----------+-----------+ | | |
|
||||||
| | | |
|
| | | |
|
||||||
+-----------------+ |
|
+-----------------+ |
|
||||||
| |
|
| |
|
||||||
|
@ -226,9 +233,11 @@ Name GitHub Label Description
|
||||||
=============================== ============================= ====================================
|
=============================== ============================= ====================================
|
||||||
Proposal Drafting and Feedback N/A A proposal document which is still work-in-progress but is being shared to incorporate feedback
|
Proposal Drafting and Feedback N/A A proposal document which is still work-in-progress but is being shared to incorporate feedback
|
||||||
Proposal In Review proposal-in-review A proposal document which is now ready and waiting for review by the Core Team and community
|
Proposal In Review proposal-in-review A proposal document which is now ready and waiting for review by the Core Team and community
|
||||||
Proposal Final Comment Period proposal-final-comment-period A proposal document which has reached final comment period either for merge, closure or postponement
|
Proposed Final Comment Period proposed-final-comment-period Currently awaiting signoff of a majority of team members in order to enter the final comment period
|
||||||
Proposal Merged/Spec PR Missing spec-pr-missing A proposal document which has passed review. Waiting for a PR against the Spec
|
Final Comment Period final-comment-period A proposal document which has reached final comment period either for merge, closure or postponement
|
||||||
Spec PR In Review spec-pr-in-review A proposal that has been PR'd against the spec and is currently under review
|
Final Commment Period Complete finished-final-comment-period The final comment period has been completed. Waiting for a demonstration implementation
|
||||||
|
Spec PR Missing spec-pr-missing The proposal has been agreed, and proven with a demonstration implementation. Waiting for a PR against the Spec
|
||||||
|
Spec PR In Review spec-pr-in-review The spec PR has been written, and is currently under review
|
||||||
Spec PR Merged merged A proposal with a sufficient working implementation and whose Spec PR has been merged!
|
Spec PR Merged merged A proposal with a sufficient working implementation and whose Spec PR has been merged!
|
||||||
Postponed proposal-postponed A proposal that is temporarily blocked or a feature that may not be useful currently but perhaps
|
Postponed proposal-postponed A proposal that is temporarily blocked or a feature that may not be useful currently but perhaps
|
||||||
sometime in the future
|
sometime in the future
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue