-
Notifications
You must be signed in to change notification settings - Fork 0
/
out.txt
87 lines (87 loc) · 2.36 KB
/
out.txt
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
[
{
"name": "1️⃣good first issue",
"description": "Good for newcomers",
"color": "7057ff"
},
{
"name": "♻️ refactor friday",
"description": "All issues that is absolutely not important.",
"color": "0052cc"
},
{
"name": "⛑️needs triage",
"description": "don't have issues or assignee?",
"color": "bcf26d"
},
{
"name": "❌invalid",
"description": "This doesn't seem right",
"color": "e4e669"
},
{
"name": "❓question",
"description": "Further information is requested",
"color": "d876e3"
},
{
"name": "🆘help wanted",
"description": "Extra attention is needed",
"color": "008672"
},
{
"name": "🐛bug",
"description": "Something isn't working",
"color": "d73a4a"
},
{
"name": "💡ideas",
"description": "Things worth checking out",
"color": "8570d1"
},
{
"name": "📄frontend",
"description": "Frontend-related issues",
"color": "051472"
},
{
"name": "📈enhancement",
"description": "New feature or request",
"color": "a2eeef"
},
{
"name": "📖documentation",
"description": "Improvements or additions to documentation",
"color": "0075ca"
},
{
"name": "🔁duplicate",
"description": "This issue or pull request already exists",
"color": "cfd3d7"
},
{
"name": "🔒security",
"description": "Potential problems and pitfals related to security",
"color": "ccf6ff"
},
{
"name": "🔙backend",
"description": "backend-related things",
"color": "aff285"
},
{
"name": "🔨devops",
"description": "Issues related with deployment - and improving that process",
"color": "c2e0c6"
},
{
"name": "🗣️ discussion",
"description": "Things where discussion is necessary.",
"color": "d6f9a2"
},
{
"name": "😢wontfix",
"description": "This will not be worked on",
"color": "ffffff"
}
]