GitHub Labels that make sense both visually and contextually for us. The labels from this repo will be synced to others nightly.
You can view and explore all the available labels in this repository here.
In the future, we plan to include a GitHub Action in this repository based on sizeup-action, which will help automate effort estimates and label assignment for issues and pull requests. This action will streamline the workflow for reviewing code effectively, inspired by the guidelines shared in this article.
Label |
Point |
Day |
Hex Code |
Examples |
XS |
1 |
0.5 day |
#388E3C |
effort: XS |
S |
2 |
1 day |
#8BC34A |
effort: S |
M |
3 |
2 days |
#CDDC39 |
effort: M |
L |
5 |
3 days |
#FFEB3B |
effort: L |
XL |
8 |
4 days |
#FF9800 |
effort: XL |
XXL |
13 |
This should be an epic ideally |
#F44336 |
effort: XXL |
effort: 1
State |
Description |
Hex Code |
Label |
approved |
Proceed as approved. |
#388E3C |
state: approved |
blocked |
Action is currently blocked. |
#F44336 |
state: blocked |
inactive |
No action needed or possible at this time. The issue is resolved, addressed elsewhere, or out of scope. |
#9E9E9E |
state: inactive |
pending |
Awaiting requirements, dependencies, data, or further information. |
#FFEB3B |
state: pending |
Type |
Label |
Desc |
Hex Code |
bug |
type: bug |
|
#F44336 |
chore |
type: chore |
|
#FFEB3B |
docs |
type: docs |
|
#FFEB3B |
feature |
type: feature |
|
#2196F3 |
fix |
type: fix |
|
#388E3C |
security |
type: security |
|
#F44336 |
testing |
type: testing |
|
#FF9800 |