-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathlabels.yml
124 lines (117 loc) · 3.4 KB
/
labels.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
groups:
- name: priority
is_required: true
labels:
- name: critical
color: 'UNFAVOURABLE'
description: Must be fixed ASAP
emoji: "🟥"
- name: high
color: 'NEGATIVE'
description: Stalls work on the project or its dependents
emoji: "🟧"
- name: medium
color: 'NEUTRAL'
description: Not blocking but should be fixed soon
emoji: "🟨"
- name: low
color: 'POSITIVE'
description: Low priority and doesn't need to be rushed
emoji: "🟩"
- name: status
is_required: true
labels:
- name: awaiting triage
color: 'DARKER'
description: Has not been triaged & therefore, not ready for work
emoji: "🚦"
- name: blocked
color: 'MEDIUM'
description: Blocked & therefore, not ready for work
emoji: "🚧"
- name: discarded
color: 'LIGHTER'
description: Will not be worked on
emoji: "⛔️"
- name: discontinued
color: 'LIGHTER'
description: Not suitable for work as repo is in maintenance
emoji: "🙅"
- name: ready for work
color: 'LIGHT'
description: Ready for work
emoji: "🏁"
- name: label work required
color: 'DARK'
description: Needs proper labelling before it can be worked on
emoji: "🏷"
- name: ticket work required
color: 'DARK'
description: Needs more details before it can be worked on
emoji: "🧹"
- name: goal
color: 'ffffff'
is_required: true
labels:
- name: addition
description: Addition of new feature
emoji: "🌟"
- name: fix
description: Bug fix
emoji: "🛠"
- name: improvement
description: Improvement to an existing feature
emoji: "✨"
- name: aspect
color: '04338c'
is_required: true
labels:
- name: code
description: Concerns the software code in the repository
emoji: "💻"
- name: docs
description: Concerns the documentation in the repository
emoji: "📖"
- name: dx
description: Concerns developers' experience with the codebase
emoji: "🤖"
- name: interface
description: Concerns end-users' experience with the software
emoji: "🕹"
- name: text
description: Concerns the textual material in the repository
emoji: "📄"
- name: talk
color: 'f9bbe5'
labels:
- name: discussion
description: Open for discussions and feedback
emoji: "💬"
- name: question
description: Can be resolved with an answer
emoji: "❓"
- name: friendliness
color: '7f0799'
is_prefixed: false
labels:
- name: good first issue
description: New-contributor friendly
emoji: "🤗"
has_emoji_name: false
- name: help wanted
description: Open to participation from the community
emoji: "🙏"
has_emoji_name: false
- name: staff only
description: Restricted to CC staff members
emoji: "🔒"
standalone:
- name: 'ノಠ益ಠノ彡┻━┻'
color: '000000'
description: Aaargh!
emoji: "🤯"
- name: invalid
color: 'LIGHTER'
description: Inappropriate or invalid (ex. Hacktoberfest spam)
emoji: "⛔️"
has_emoji_name: false