Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 4.15 KB

README.md

File metadata and controls

46 lines (33 loc) · 4.15 KB

github-label-presets

:octocat: 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.

Future Plans

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.

Effort

Label Point Day Hex Code Examples
XS 1 0.5 day 388E3C #388E3C effort: XS
S 2 1 day 8BC34A #8BC34A effort: S
M 3 2 days CDDC39 #CDDC39 effort: M
L 5 3 days FFEB3B #FFEB3B effort: L
XL 8 4 days FF9800 #FF9800 effort: XL
XXL 13 This should be an epic ideally F44336 #F44336 effort: XXL

Alternative:

effort: 1

State

State Description Hex Code Label
approved Proceed as approved. 388E3C #388E3C state: approved
blocked Action is currently blocked. F44336 #F44336 state: blocked
inactive No action needed or possible at this time. The issue is resolved, addressed elsewhere, or out of scope. 9E9E9E #9E9E9E state: inactive
pending Awaiting requirements, dependencies, data, or further information. FFEB3B #FFEB3B state: pending

Type

Type Label Desc Hex Code
bug type: bug #F44336 #F44336
chore type: chore #FFEB3B #FFEB3B
docs type: docs #FFEB3B #FFEB3B
feature type: feature #2196F3 #2196F3
fix type: fix #388E3C #388E3C
security type: security #F44336 #F44336
testing type: testing FF9800 #FF9800