-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabels.json
99 lines (99 loc) · 3.15 KB
/
labels.json
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
[{
"repositories": [
"factset/open-source-governance"
],
"labels": [
{
"name": "type: documentation",
"description": "Installation and usage guides, along with tutorials for developers, consumers, and contributors.",
"color": "7F8C8D"
},
{
"name": "type: suggestion",
"description": "Proposal for a change to the project where consensus may be needed.",
"color": "44AD8E"
},
{
"name": "type: support",
"description": "Issues that do not require modifications to a project, such as questions, guidance, etc.",
"color": "8E44AD"
}
]}, {
"repositories": [
"factset/labeledpipe",
"factset/deprecator",
"factset/renovate-config"
],
"labels": [
{
"name": "goal: advance developer workflow",
"description": "Issues related to behavior that address a workflow not part of the most common workflow.",
"color": "5843AD"
},
{
"name": "type: defect",
"description": "Functionality not meeting the documented behavior for that project.",
"color": "FF0000"
},
{
"name": "type: design",
"description": "Discussion around design for behavior that may, or may not, lead to modifications.",
"color": "FADFAE"
},
{
"name": "type: documentation",
"description": "Installation and usage guides, along with tutorials for developers, consumers, and contributors.",
"color": "7F8C8D"
},
{
"name": "type: enhancement",
"description": "A change to a project's repository that adds new behavior for downstream consumers.",
"color": "69D100"
},
{
"name": "type: help wanted",
"description": "We need the community's help to address this issue through the contribution of a pull request.",
"color": "228B22"
},
{
"name": "type: operations",
"description": "Tasks that do not require modifications to a project's repository.",
"color": "00FFFF"
},
{
"name": "type: refactor",
"description": "A modification to a project's repository that will not change the behavior for downstream consumers.",
"color": "34495E"
},
{
"name": "type: security",
"description": "Please file security related issues and incidents as confidential.",
"color": "0033CC"
},
{
"name": "type: suggestion",
"description": "Proposal for a change to the project where consensus may be needed.",
"color": "44AD8E"
},
{
"name": "type: support",
"description": "Issues that do not require modifications to a project, such as questions, guidance, etc.",
"color": "8E44AD"
},
{
"name": "goal: technical debt",
"description": "Task that, if done now, will lower the cost of future work.",
"color": "5843AD"
},
{
"name": "type: test",
"description": "Issues related to a project's test suite, such as unit, integration, or end-to-end tests.",
"color": "F0AD4E"
},
{
"name": "status: upstream",
"description": "Issue can only be resolved by fixing, or enhancing, an upstream dependency.",
"color": "D10069"
}
]
}]