-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.toml
64 lines (52 loc) · 1.32 KB
/
labels.toml
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
[Bug]
color = "d93f0b"
name = "Bug"
description = "Something isn't working"
[Epic]
color = "3E4B9E"
name = "Epic"
description = "Collection of issues, managed by ZenHub"
["⚪ Duplicate"]
color = "cfd3d7"
name = "⚪ Duplicate"
description = "This issue or pull request already exists"
["❌ Won't fix"]
color = "ffffff"
name = "❌ Won't fix"
description = "This will not be worked on"
["❔ Question"]
color = "88506B"
name = "❔ Question"
description = "Discuss this matter in the team"
["✨ Feature"]
color = "c2e0c6"
name = "✨ Feature"
description = "New feature added to the package"
["💫 Good first issue"]
color = "F4EAEF"
name = "💫 Good first issue"
description = "Good for newcomers"
["📖 Analysis"]
color = "FBE2BD"
name = "📖 Analysis"
description = "About HEP analysis techniques"
["📖 Software"]
color = "FDF3E4"
name = "📖 Software"
description = "About software development"
["📖 Theory"]
color = "F7C57B"
name = "📖 Theory"
description = "About physics"
["📝 Docs"]
color = "bfd4f2"
name = "📝 Docs"
description = "Improvements or additions to documentation"
["🔨 Maintenance"]
color = "FFCD8F"
name = "🔨 Maintenance"
description = "Refactoring that doesn't affect the interface"
["🖱️ DX"]
color = "fef2c0"
name = "🖱️ DX"
description = "Improvements to the Developer Experience"