This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gh-labels.json
92 lines (92 loc) · 2.44 KB
/
.gh-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
[
{
"name": "good first issue",
"color": "7057ff",
"description": "Good for newcomers"
},
{
"name": "help wanted",
"color": "008672",
"description": "Extra attention is needed"
},
{
"name": "priority: critical",
"color": "b60205",
"description": "A time-sensitive issue and inability to use mission critical application within a Production System"
},
{
"name": "priority: high",
"color": "d93f0b",
"description": "An issue that is time-sensitive to long-term productivity and not causing an immediate work stopage"
},
{
"name": "priority: low",
"color": "0e8a16",
"description": "Bugs and/or requests that are low priority and dont pose a security issue"
},
{
"name": "priority: medium",
"color": "fbca04",
"description": "A time-sensitive issue that can be circumvented and software is adversely affected"
},
{
"name": "status: can't reproduce",
"color": "fec1c1",
"description": "A bug report or issue that can't be reproduced"
},
{
"name": "status: confirmed",
"color": "215cea",
"description": "Confirms the status of a bug once reviewed "
},
{
"name": "status: duplicate",
"color": "cfd3d7",
"description": "This issue or pull request already exists"
},
{
"name": "status: needs information",
"color": "fef2c0",
"description": "This issue or pull request requires more information before it can be considered or confirmed"
},
{
"name": "status: wont do/fix",
"color": "eeeeee",
"description": "This will not be worked on"
},
{
"name": "type: bug",
"color": "d73a4a",
"description": "Something isn't working"
},
{
"name": "type: discussion",
"color": "d4c5f9",
"description": "This issue or pull request requires a community and/or board discussion"
},
{
"name": "type: documentation",
"color": "006b75",
"description": "Improvements or additions to documentation"
},
{
"name": "type: enhancement",
"color": "84b6eb",
"description": "Improvements or additions to an existing feature or feature set"
},
{
"name": "type: epic",
"color": "3E4B9E",
"description": "A theme of work that contain sub-tasks"
},
{
"name": "type: feature request",
"color": "fbca04",
"description": "New feature or request"
},
{
"name": "type: question",
"color": "d876e3",
"description": "Further information is requested"
}
]