This repository was archived by the owner on Sep 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabelsync.yml
More file actions
196 lines (196 loc) · 6.07 KB
/
labelsync.yml
File metadata and controls
196 lines (196 loc) · 6.07 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
190
191
192
193
194
195
196
repos:
website:
config:
removeUnconfiguredLabels: false
labels:
'Type: Maintenance':
color: '#0d47a1'
description: >-
An issue that make things clearer or removes ambiguity without
changing base functionality.
alias: []
siblings: []
'Type: Enhancement':
color: '#0d47a1'
description: An issue that adds new feature or technology.
alias: []
siblings: []
'Type: Bug':
color: '#e11d21'
description: An issue that causes problems for users and developers.
alias: []
siblings: []
'Status: Revisit':
color: '#7d64c4'
description: This issue will be revisited in the future!
alias: []
siblings: []
'Status: In Discussion':
color: '#455a64'
description: >-
This issue has an ongoing discussion that hasn't reached a consensus.
Please contribute!
alias: []
siblings: []
'Status: Blocked':
color: '#795548'
description: This issue is blocked by another unresolved issue.
alias: []
siblings: []
'Role: Maintainer':
color: '#f06292'
description: >-
Manages the repository by organizing issues, milestones, projects and
new contributors.
alias: []
siblings: []
'Role: Operations':
color: '#795548'
description: Manages the operations of the organizations!
alias: []
siblings: []
'Role: UX Designer':
color: '#70dd02'
description: >-
Enhances user experience by improving the usability, ease of use and
pleasure of the application.
alias: []
siblings: []
'Role: UI Designer':
color: '#fbca04'
description: >-
Designs creative interfaces that make a user`s interaction as simple
as possible.
alias: []
siblings: []
'Role: Software Engineer':
color: '#35bf4c'
description: >-
Uses technology to design, develop, test, and maintain creative
software solutions.
alias: []
siblings: []
'Role: Product Owner':
color: '#006b75'
description: >-
Uses PM tools to execute the vision they co-create with the Designers,
Engineers, and Users.
alias: []
siblings: []
'Domain: Tooling':
color: '#006b75'
description: 'This issue focuses on the build system, linting, test tooling, etc.'
alias: []
siblings: []
'Domain: Testing':
color: '#f06292'
description: >-
This issue is about assuring the quality of the project through
testing.
alias: []
siblings: []
'Domain: Organization':
color: '#3d5afe'
description: >-
This issue pertains to the libraries and binaries that this project
depends on.
alias: []
siblings: []
'Domain: Finances':
color: '#0d47a1'
description: >-
This issue pertains to the libraries and binaries that this project
depends on.
alias: []
siblings: []
'Domain: Dependencies':
color: '#3d5afe'
description: >-
This issue pertains to the libraries and binaries that this project
depends on.
alias:
- dependencies
siblings: []
'Domain: Security':
color: '#3d5afe'
description: >-
This issue pertains to identifying vulnerabilities in and improving
the security of Grey Software.
alias: []
siblings: []
'Domain: Performance':
color: '#ff9800'
description: >-
This issue is about monitoring or improving the performance of Grey
Software.
alias: []
siblings: []
'Domain: Marketing':
color: '#7d64c4'
description: This issue pertains to increasing the awareness for this project.
alias: []
siblings: []
'Domain: Legal':
color: '#6447e5'
description: 'This issue deals with licensing, regulations, and other legal matters.'
alias: []
siblings: []
'Domain: Documentation':
color: '#514fe2'
description: >-
An issue that seeks clarification, and would be helpful to have
answered on the docs.
alias: []
siblings: []
'Domain: Config':
color: '#b56edd'
description: This issue is related to configuration changes.
alias: []
siblings: []
'Domain: Monetization':
color: '#fbca04'
description: >-
An issue that pertains to monetizing the project through mediums such
as ads or purchases.
alias: []
siblings: []
'Domain: User Experience':
color: '#03a9f4'
description: >-
This issue pertains to a developer's emotions and attitudes when
building Grey Software.
alias: []
siblings: []
'Domain: Dev Experience':
color: '#00bcd4'
description: >-
This issue pertains to a developer's emotions and attitudes when
building Grey Software.
alias: []
siblings: []
'Priority: Critical':
color: '#E11E20'
description: >-
This should be dealt with ASAP. Not fixing this issue would be a
serious error.
alias: []
siblings: []
'Priority: High':
color: '#bf360c'
description: >-
After critical issues are fixed, these should be dealt with before any
further issues.
alias: []
siblings: []
'Priority: Medium':
color: '#fbca04'
description: 'This issue is useful, and needs some attention.'
alias: []
siblings: []
'Priority: Low':
color: '#8bc34a'
description: >-
This issue can wait, and can probably be picked up by anyone looking
to contribute to the project.
alias: []
siblings: []