Skip to content

Commit abfcaef

Browse files
authored
Merge pull request #214 from creativecommons/aspect-docs
add 📖 aspect: docs, remove 🎃 Hacktoberfest, and order entries
2 parents a9a66e3 + aa36e73 commit abfcaef

File tree

1 file changed

+31
-35
lines changed

1 file changed

+31
-35
lines changed

ccos/norm/labels.yml

+31-35
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,14 @@ groups:
2222
- name: status
2323
is_required: true
2424
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: "🚦"
2929
- name: blocked
3030
color: 'MEDIUM'
3131
description: Blocked & therefore, not ready for work
3232
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: "🏷"
4133
- name: discarded
4234
color: 'LIGHTER'
4335
description: Will not be worked on
@@ -46,10 +38,18 @@ groups:
4638
color: 'LIGHTER'
4739
description: Not suitable for work as repo is in maintenance
4840
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: "🧹"
5353

5454
- name: goal
5555
color: 'ffffff'
@@ -58,39 +58,42 @@ groups:
5858
- name: addition
5959
description: Addition of new feature
6060
emoji: "🌟"
61-
- name: improvement
62-
description: Improvement to an existing feature
63-
emoji: ""
6461
- name: fix
6562
description: Bug fix
6663
emoji: "🛠"
64+
- name: improvement
65+
description: Improvement to an existing feature
66+
emoji: ""
6767

6868
- name: aspect
6969
color: '04338c'
7070
is_required: true
7171
labels:
72-
- name: text
73-
description: Concerns the textual material in the repository
74-
emoji: "📄"
7572
- name: code
7673
description: Concerns the software code in the repository
7774
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: "📖"
8178
- name: dx
8279
description: Concerns developers' experience with the codebase
8380
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: "📄"
8487

8588
- name: talk
8689
color: 'f9bbe5'
8790
labels:
88-
- name: question
89-
description: Can be resolved with an answer
90-
emoji: ""
9191
- name: discussion
9292
description: Open for discussions and feedback
9393
emoji: "💬"
94+
- name: question
95+
description: Can be resolved with an answer
96+
emoji: ""
9497

9598
- name: friendliness
9699
color: '7f0799'
@@ -114,15 +117,8 @@ standalone:
114117
description: Aaargh!
115118
emoji: "🤯"
116119

117-
- name: Hacktoberfest
118-
color: '883255'
119-
description: Ideal for Hacktoberfest participation
120-
emoji: "🎃"
121-
has_emoji_name: false
122-
123120
- name: invalid
124121
color: 'LIGHTER'
125122
description: Inappropriate or invalid (ex. Hacktoberfest spam)
126123
emoji: "⛔️"
127124
has_emoji_name: false
128-

0 commit comments

Comments
 (0)