This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,62 @@ collaborators:
2626 permission : admin
2727 - username : kapunahelewong
2828 permission : admin
29+
30+ # Labels: define labels for Issues and Pull Requests
31+ labels :
32+ - name : cleanup
33+ color : 1ebcd8
34+ - name : e1-hours
35+ description : " Effort: < 8 hrs"
36+ color : d9b38c
37+ - name : e2-days
38+ description : " Effort: < 5 days"
39+ color : cc9966
40+ - name : e3-weeks
41+ description : " Effort: < 4 weeks"
42+ color : bf8040
43+ - name : e4-months
44+ description : " Effort: 1+ months"
45+ color : 996633
46+ - name : infrastructure
47+ color : 696969
48+ - name : p0-critical
49+ color : B60205
50+ - name : p1-high
51+ color : D93F0B
52+ - name : p2-medium
53+ color : FBCA04
54+ - name : p3-low
55+ color : FEF2C0
56+ - name : e0-minutes
57+ description : " Effort: < 60 min"
58+ color : e6ccb3
59+ # GitHub default labels
60+ - name : bug
61+ description : " Something isn't working"
62+ color : d73a4a
63+ - name : documentation
64+ description : Improvements or additions to documentation
65+ color : 0075ca
66+ - name : duplicate
67+ description : This issue or pull request already exists
68+ color : cfd3d7
69+ - name : enhancement
70+ description : New feature or request
71+ color : a2eeef
72+ - name : good first issue
73+ description : Good for newcomers
74+ color : 7057ff
75+ - name : help wanted
76+ description : Extra attention is needed
77+ color : 008672
78+ - name : invalid
79+ description : " This doesn't seem right"
80+ color : e4e669
81+ - name : question
82+ description : Further information is requested
83+ color : d876e3
84+ - name : wontfix
85+ description : This will not be worked on
86+ color : ffffff
87+
You can’t perform that action at this time.
0 commit comments