@@ -63,19 +63,19 @@ The priority of an issue is based on its impact, derived from a combination of
63
63
urgency and importance. This determines the importance of the issue when sprint
64
64
planning or deciding which issues to tackle next.
65
65
66
- - <span class =" gh-label has-text-white " style = " background-color : #b60205 ; " >
66
+ - <span class =" gh-label priority-unfavourable " >
67
67
🟥 priority: critical
68
68
</span >
69
69
- ** Description:** Must be fixed ASAP
70
- - <span class =" gh-label has-text-black " style = " background-color : #ff9f1c ; " >
70
+ - <span class =" gh-label priority-negative " >
71
71
🟧 priority: high
72
72
</span >
73
73
- ** Description:** Stalls work on the project or its dependents
74
- - <span class =" gh-label has-text-black " style = " background-color : #ffcc00 ; " >
74
+ - <span class =" gh-label priority-neutral " >
75
75
🟨 priority: medium
76
76
</span >
77
77
- ** Description:** Not blocking but should be fixed soon
78
- - <span class =" gh-label has-text-black " style = " background-color : #cfda2c ; " >
78
+ - <span class =" gh-label priority-positive " >
79
79
🟩 priority: low
80
80
</span >
81
81
- ** Description:** Low priority and doesn't need to be rushed
@@ -113,32 +113,32 @@ may not be ready to be worked on for a number of reasons and the maintainers
113
113
must keep updating the labels as the situation evolves.
114
114
115
115
An issue, at the time of closing can have either the
116
- <span class =" gh-label has-text-black " style = " background-color : #cccccc ; " >
116
+ <span class =" gh-label status-light " >
117
117
🏁 status: ready for dev
118
118
</span >
119
119
or the
120
- <span class =" gh-label has-text-black " style = " background-color : #eeeeee ; " >
120
+ <span class =" gh-label status-lighter " >
121
121
⛔️ status: discarded
122
122
</span >
123
123
label based on whether it was closed with or without resolution, respectively.
124
124
125
- - <span class =" gh-label has-text-black " style = " background-color : #cccccc ; " >
125
+ - <span class =" gh-label status-light " >
126
126
🏁 status: ready for dev
127
127
</span >
128
128
- ** Description:** Ready for work
129
- - <span class =" gh-label has-text-black " style = " background-color : #999999 ; " >
129
+ - <span class =" gh-label status-neutral " >
130
130
🚧 status: blocked
131
131
</span >
132
132
- ** Description:** Blocked & therefore, not ready for work
133
- - <span class =" gh-label has-text-white " style = " background-color : #666666 ; " >
133
+ - <span class =" gh-label status-dark " >
134
134
🧹 status: ticket work required
135
135
</span >
136
136
- ** Description:** Needs more details before it can be worked on
137
- - <span class =" gh-label has-text-black " style = " background-color : #eeeeee ; " >
137
+ - <span class =" gh-label status-lighter " >
138
138
⛔️ status: discarded
139
139
</span >
140
140
- ** Description:** Will not be worked on
141
- - <span class =" gh-label has-text-white " style = " background-color : #333333 ; " >
141
+ - <span class =" gh-label status-darker " >
142
142
🚦 status: awaiting triage
143
143
</span >
144
144
- ** Description:** Has not been triaged & therefore, not ready for work
0 commit comments