-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.yml
124 lines (92 loc) · 3.42 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
labels:
- name: ready
description: Ready for a developer to start implementation
color: '00c94d'
- name: bug
description: The application is broken.
color: 'ff3c3c'
- name: bug_critical
description: A bug that causes the system to break, can cause serious data loss, or introduces a major security issue.
color: 'ff8c8c'
- name: bug_major
description: A bug that makes the system mostly / completely unusable, causes data loss, or introduces a minor security issue.
color: 'ffa2a2'
- name: bug_normal
description: A bug that has a significant impact on usability, but a workaround exists.
color: 'ffb7b7'
- name: bug_minor
description: "A bug that doesn't impact usability. Examples include visual issues and typos."
color: 'ffcdcd'
- name: hold
description: Holding off on this feature indefinitely.
color: 'ffe3e3'
- name: idea
description: A solution in search of a problem. Documented to remember it later.
color: 'f5f5f5'
- name: monitoring
description: "This issue should be solved, but let's keep an eye on it for a while before we close it."
color: '357399'
- name: performance
description: "This issue significantly affects current performance, or will when we scale."
color: '208116'
- name: operations
description: Infrastructure, internal tooling and IT.
color: '262626'
- name: debt
description: "When we originally built this feature, we knew we'd need to improve it later."
color: 'b51e1e'
- name: refactor
description: "Changing the code without changing its behavior, usually to ease maintenance or enable future feature development."
color: '627ada'
- name: security
description: Security issues and vulnerabilities.
color: '191a47'
- name: dev_research
description: "We know the outcome. How might we solve it?"
color: '9083bd'
- name: client_services
description: Any product work that likely won't be reused for multiple customers.
color: 'ffb280'
- name: todo_current
description: Applies to the assigned user only. Integrates with hubot-github-todos
color: '6dbbeb'
- name: todo_upcoming
description: Applies to the assigned user only. Integrates with hubot-github-todos
color: 'b6dcf4'
- name: sponsor_needed
description:
color: '90d191'
- name: est_1
color: '9FA4C6'
- name: est_2
color: '9398BA'
- name: est_3
color: '868BAD'
- name: est_4
color: '797EA0'
- name: est_5
color: '6C7193'
- name: est_6
color: '606587'
- name: est_7
color: '53587A'
- name: est_8
color: '464B6D'
- name: p_outcome
description: "Is this an actual user need? Or: we're not yet sure what the need is."
color: 'FE95F4'
- name: p_structure
description: We agree that the outcome makes sense and are deciding how to fulfill it.
color: 'D46DD8'
- name: p_interaction
description: We know how we want to solve the problem and are discussing wireframes or rough mockups.
color: '9341AF'
- name: p_visual
description: "We agree on the interaction and are debating visual treatments: colors, spacing, etc."
color: '6322AF'
- name: blocked
description: We can't work on this task until another task is complete.
color: '555555'
- name: partial_solution
description: This is an easier workaround to accomplish part of the outcome for a large, difficult task.
color: 'FFEDB3'