@@ -22,22 +22,14 @@ groups:
22
22
- name : status
23
23
is_required : true
24
24
labels :
25
- - name : ready for work
26
- color : ' LIGHT '
27
- description : Ready for work
28
- emoji : " 🏁 "
25
+ - name : awaiting triage
26
+ color : ' DARKER '
27
+ description : Has not been triaged & therefore, not ready for work
28
+ emoji : " 🚦 "
29
29
- name : blocked
30
30
color : ' MEDIUM'
31
31
description : Blocked & therefore, not ready for work
32
32
emoji : " 🚧"
33
- - name : ticket work required
34
- color : ' DARK'
35
- description : Needs more details before it can be worked on
36
- emoji : " 🧹"
37
- - name : label work required
38
- color : ' DARK'
39
- description : Needs proper labelling before it can be worked on
40
- emoji : " 🏷"
41
33
- name : discarded
42
34
color : ' LIGHTER'
43
35
description : Will not be worked on
@@ -46,10 +38,18 @@ groups:
46
38
color : ' LIGHTER'
47
39
description : Not suitable for work as repo is in maintenance
48
40
emoji : " 🙅"
49
- - name : awaiting triage
50
- color : ' DARKER'
51
- description : Has not been triaged & therefore, not ready for work
52
- emoji : " 🚦"
41
+ - name : ready for work
42
+ color : ' LIGHT'
43
+ description : Ready for work
44
+ emoji : " 🏁"
45
+ - name : label work required
46
+ color : ' DARK'
47
+ description : Needs proper labelling before it can be worked on
48
+ emoji : " 🏷"
49
+ - name : ticket work required
50
+ color : ' DARK'
51
+ description : Needs more details before it can be worked on
52
+ emoji : " 🧹"
53
53
54
54
- name : goal
55
55
color : ' ffffff'
@@ -58,39 +58,42 @@ groups:
58
58
- name : addition
59
59
description : Addition of new feature
60
60
emoji : " 🌟"
61
- - name : improvement
62
- description : Improvement to an existing feature
63
- emoji : " ✨"
64
61
- name : fix
65
62
description : Bug fix
66
63
emoji : " 🛠"
64
+ - name : improvement
65
+ description : Improvement to an existing feature
66
+ emoji : " ✨"
67
67
68
68
- name : aspect
69
69
color : ' 04338c'
70
70
is_required : true
71
71
labels :
72
- - name : text
73
- description : Concerns the textual material in the repository
74
- emoji : " 📄"
75
72
- name : code
76
73
description : Concerns the software code in the repository
77
74
emoji : " 💻"
78
- - name : interface
79
- description : Concerns end-users' experience with the software
80
- emoji : " 🕹 "
75
+ - name : docs
76
+ description : Concerns the documentation in the repository
77
+ emoji : " 📖 "
81
78
- name : dx
82
79
description : Concerns developers' experience with the codebase
83
80
emoji : " 🤖"
81
+ - name : interface
82
+ description : Concerns end-users' experience with the software
83
+ emoji : " 🕹"
84
+ - name : text
85
+ description : Concerns the textual material in the repository
86
+ emoji : " 📄"
84
87
85
88
- name : talk
86
89
color : ' f9bbe5'
87
90
labels :
88
- - name : question
89
- description : Can be resolved with an answer
90
- emoji : " ❓"
91
91
- name : discussion
92
92
description : Open for discussions and feedback
93
93
emoji : " 💬"
94
+ - name : question
95
+ description : Can be resolved with an answer
96
+ emoji : " ❓"
94
97
95
98
- name : friendliness
96
99
color : ' 7f0799'
@@ -114,15 +117,8 @@ standalone:
114
117
description : Aaargh!
115
118
emoji : " 🤯"
116
119
117
- - name : Hacktoberfest
118
- color : ' 883255'
119
- description : Ideal for Hacktoberfest participation
120
- emoji : " 🎃"
121
- has_emoji_name : false
122
-
123
120
- name : invalid
124
121
color : ' LIGHTER'
125
122
description : Inappropriate or invalid (ex. Hacktoberfest spam)
126
123
emoji : " ⛔️"
127
124
has_emoji_name : false
128
-
0 commit comments