forked from ivankatliarchuk/.github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.yml
More file actions
71 lines (66 loc) · 1.55 KB
/
Copy pathlabels.yml
File metadata and controls
71 lines (66 loc) · 1.55 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
66
67
68
69
70
71
# GitHub generic useful labels
- color: c4d471
name: duplicate
description: This issue or pull request already exists
- color: 7057ff
name: good first issue
description: Good for newcomers
- color: ffffff
name: wontfix
description: This will not be worked on
- color: 5f6c23
name: stale
description: No activity for 30 days
# Needs
- color: cc40d8
name: needs/kind
description: Needs kind label
- color: cc40d8
name: needs/priority
description: Needs a priority label
- color: cc40d8
name: needs/triage
description: Waiting for triage to be accepted
# Kind
- color: e7e9eb
name: kind/bug
description: Something isn't working
- color: e7e9eb
name: kind/feature
description: New feature request
- color: e7e9eb
name: kind/question
description: Generic question
- color: e7e9eb
name: kind/chore
description: Non feature change
- color: e7e9eb
name: kind/fix
description: Fix a bug
- color: e7e9eb
name: kind/docs
description: Non feature documentation change
- color: e7e9eb
name: kind/refactor
description: Non feature refactor change
- color: e7e9eb
name: kind/dependencies
description: Pull requests that update a dependency file
# Priority
- color: d93f0b
name: priority/urgent-now
description: Urgent fix, as fast as possible
- color: d93f0b
name: priority/important-soon
description: Will be important soon
# Triage
- color: b1f488
name: triage/accepted
description: Triage has been accepted
# Operating system
- color: 0d1d49
name: os/win
- color: 0d1d49
name: os/linux
- color: 0d1d49
name: os/mac