-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlabels.yml
More file actions
189 lines (189 loc) · 4.08 KB
/
labels.yml
File metadata and controls
189 lines (189 loc) · 4.08 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
---
- name: breaking
color: d73a4a
description: Introduces a breaking change.
aliases:
- breaking change
- breaking-change
- 'Type: Breaking Change'
- 'type: breaking'
- name: 'effort: 1'
color: 91ca55
- name: 'effort: 2'
color: c2e2a2
- name: 'effort: 3'
color: e9f4dc
- name: 'effort: 5'
color: fef6d7
- name: 'effort: 8'
color: fef2c0
- name: 'effort: 13'
color: fbca04
- name: good first issue
color: 7057ff
description: Good for newcomers.
aliases:
- beginner-friendly
- beginner
- good for beginner
- Good for beginners
- good-starter-issue
- starter-issue
- starter
- 'status: good starter issue'
- name: help
color: 0e8a16
aliases:
- help wanted
- Patch Welcome
- 'status: help wanted'
- 'Status: PR Welcome'
- 'Status: Ready for PR'
- name: 'priority: now'
color: d73a4a
aliases:
- 'priority: critical'
- 'Priority: Critical'
- name: 'priority: soon'
color: ffb8c6
aliases:
- 'priority: medium'
- 'Priority: Medium'
- name: 'priority: 2day'
color: fbca04
aliases:
- 'priority: high'
- 'Priority: High'
- name: semantic-release
color: e6e6e6
- name: 'state: approved'
color: 91ca55
description: Approved to proceed.
aliases:
- approved
- name: 'state: blocked'
color: d73a4a
description: Something is blocking action.
aliases:
- blocked
- 'Status: Blocked'
- 'status: blocked'
- name: 'state: pending'
color: fbca04
description: Pending requirements, dependencies, data, or more information.
aliases:
- in progress
- on hold
- pending
- 'Status: In Progress'
- 'Status: Review Needed'
- watchlist
- name: 'state: inactive'
color: e6e6e6
description: No action needed or possible. The issue is fixed, addressed elsewhere,
or out of scope.
aliases:
- duplicate
- invalid
- stale
- 'Status: Abandoned'
- 'status: duplicate'
- 'status: wontfix'
- wont-fix
- wontfix
- name: 'type: bug'
color: d73a4a
description: Something isn't working.
aliases:
- bug
- 'Type: Bug'
- name: 'type: chore'
color: fef2c0
description: Converting measurements, reorganizing folder structure, and less impactful
tasks.
aliases:
- chore
- dependabot
- dependencies
- dependency
- greenkeeper
- legal
- maintenance
- 'Type: Maintenance'
- 'type: maintenance'
- name: 'type: discussion'
color: d4c5f9
description: Questions, proposals and info that requires discussion.
aliases:
- discussion
- feedback
- help wanted
- idea
- Idea
- Proposal
- proposal
- question
- 'type: design'
- 'Type: Question'
- 'type: question'
- name: 'type: docs'
color: fef2c0
description: Related to documentation and information.
aliases:
- doc
- docs
- document
- documentation
- documents
- 'Type: Documentation'
- 'type: documentation'
- name: 'type: feature'
color: 5ebeff
description: Brand new functionality, features, pages, workflows, endpoints, etc.
aliases:
- addition
- enhancement
- feature
- 'type: enhancement'
- 'Type: Feature'
- name: 'type: fix'
color: 91ca55
description: Iterations on existing features or infrastructure.
aliases:
- fix
- improvement
- optimization
- refactor
- 'Type: Fix'
- 'Type: Refactoring'
- name: 'type: security'
color: d73a4a
description: Something is vulnerable or not secure.
aliases:
- security
- name: 'type: testing'
color: fbca04
description: Related to testing.
aliases:
- test
- testing
- name: 'work: chaotic'
color: fbca04
description: The situation is chaotic, novel practices used.
aliases:
- chaotic
- name: 'work: complex'
color: d4c5f9
description: The situation is complex, emergent practices used.
aliases:
- complex
- name: 'work: complicated'
color: ffb8c6
description: The situation is complicated, good practices used.
aliases:
- complicated
- name: 'work: obvious'
color: 91ca55
description: The situation is obvious, best practices used.
aliases:
- obvious