-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlabels.yml
88 lines (70 loc) · 2.06 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
# Functional Area
- name: "Administration"
color: "C5DEF5"
aliases: []
description: "General actions needed in the organization and interfacing with CS&S."
- name: "Community"
color: "C5DEF5"
aliases: []
description: "Engaging and cultivating communities that we currently serve."
- name: "Engineering:SRE"
color: "C5DEF5"
aliases: ["Engineering"]
description: "Cloud infrastructure operations and development."
- name: "Engineering:Development"
color: "C5DEF5"
aliases: []
description: "Development-focused efforts for engineering team."
- name: "Finance"
color: "C5DEF5"
aliases: []
description: "Accounting and financial information."
- name: "Human Resources"
color: "C5DEF5"
aliases: []
description: "People and roles at 2i2c."
- name: "Operations"
color: "C5DEF5"
aliases: []
description: "Planning and coordination practices for our teams."
- name: "Organization"
color: "C5DEF5"
aliases: []
description: "Spans the entire 2i2c organization."
- name: "Outreach"
color: "C5DEF5"
aliases: []
description: "External communications and presentations."
- name: "Partnerships"
color: "C5DEF5"
aliases: []
description: "Creating and fostering new collaborations with external groups"
- name: "Product"
color: "C5DEF5"
aliases: []
description: "User-facing features, behavior, UX, etc"
# Issue type
- name: "Bug"
color: "1D76DB"
aliases: ["bug"]
description: "Something isn't working or behaves unexpectedly."
- name: "Discussion"
color: "1D76DB"
aliases: []
description: "A discussion without a specific action to take."
- name: "Documentation"
color: "1D76DB"
aliases: []
description: "A change to our documentation."
- name: "Enhancement"
color: "1D76DB"
aliases: []
description: "An improvement to something or creating something new."
- name: "Meeting:Team Sync"
color: "1D76DB"
aliases: [":label: meeting:sprint-planning"]
description: "Bi-weekly team sync meetings."
- name: "Task"
color: "1D76DB"
aliases: []
description: "Actions that don't involve changing our code or docs."