-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlabels.json
More file actions
65 lines (65 loc) · 1.67 KB
/
labels.json
File metadata and controls
65 lines (65 loc) · 1.67 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
[
{
"name": "triage",
"description": "Initial state for new issues awaiting review.",
"color": "F5D230"
},
{
"name": "status: in progress",
"description": "Work has started and is being tracked.",
"color": "0E8A16"
},
{
"name": "status: backlog",
"description": "Work has been validated and has been added to our backlog for upcoming scheduling.",
"color": "00cc84"
},
{
"name": "needs: reply",
"description": "Maintainers need more info from the reporter.",
"color": "705DFB"
},
{
"name": "needs: reproduction",
"description": "Requires a reliable reproduction to proceed.",
"color": "444444"
},
{
"name": "wontfix",
"description": "Will not be fixed due to scope or decision.",
"color": "6A737D"
},
{
"name": "duplicate",
"description": "Duplicates another existing issue.",
"color": "CCCCCC"
},
{
"name": "good first issue",
"description": "A good candidate for a contributor who wants to get familiar with the project.",
"color": "118572"
},
{ "name": "platform: ios", "description": "iOS", "color": "6E32C9" },
{ "name": "platform: android", "description": "Android", "color": "A97FF0" },
{ "name": "platform: web", "description": "Web", "color": "120ff0" },
{
"name": "package: angular",
"description": "@ionic/angular package",
"color": "DC0030"
},
{
"name": "package: core",
"description": "@ionic/core package",
"color": "1D76DB"
},
{
"name": "package: react",
"description": "@ionic/react package",
"color": "6ED3ED"
},
{
"name": "package: vue",
"description": "@ionic/vue package",
"color": "41B883"
}
]