Skip to content

Commit 89382c5

Browse files
Merge pull request #2 from caffeine-addictt/setup
Label patch?
2 parents 9fb575d + ef4ff71 commit 89382c5

File tree

1 file changed

+80
-81
lines changed

1 file changed

+80
-81
lines changed

.github/settings.yml

Lines changed: 80 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,80 @@
1-
repository:
2-
labels:
3-
- name: 'Type: Bug'
4-
color: e80c0c
5-
description: Something isn't working as expected.
6-
7-
- name: 'Type: Enhancement'
8-
color: 54b2ff
9-
description: Suggest an improvement for an existing feature.
10-
11-
- name: 'Type: Feature'
12-
color: 54b2ff
13-
description: Suggest a new feature.
14-
15-
- name: 'Type: Security'
16-
color: fbff00
17-
description: A problem or enhancement related to a security issue.
18-
19-
- name: 'Type: Question'
20-
color: 9309ab
21-
description: Request for information.
22-
23-
- name: 'Type: Test'
24-
color: ce54e3
25-
description: A problem or enhancement related to a test.
26-
27-
- name: 'Status: Awaiting Review'
28-
color: 24d15d
29-
description: Ready for review.
30-
31-
- name: 'Status: WIP'
32-
color: 07b340
33-
description: Currently being worked on.
34-
35-
- name: 'Status: Waiting'
36-
color: 38C968
37-
description: Waiting on something else to be ready.
38-
39-
- name: 'Status: Stale'
40-
color: 66b38a
41-
description: Has had no activity for some time.
42-
43-
- name: 'Duplicate'
44-
color: EB862D
45-
description: Duplicate of another issue.
46-
47-
- name: 'Invalid'
48-
color: faef50
49-
description: This issue doesn't seem right.
50-
51-
- name: 'Priority: High +'
52-
color: ff008c
53-
description: Task is considered higher-priority.
54-
55-
- name: 'Priority: Low -'
56-
color: 690a34
57-
description: Task is considered lower-priority.
58-
59-
- name: 'Documentation'
60-
color: 2fbceb
61-
description: An issue/change with the documentation.
62-
63-
- name: "Won't fix"
64-
color: C8D9E6
65-
description: Reported issue is working as intended.
66-
67-
- name: '3rd party issue'
68-
color: e88707
69-
description: This issue might be caused by a 3rd party script/package/other reasons
70-
71-
- name: 'Os: Windows'
72-
color: AEB1C2
73-
description: Is Windows-specific
74-
75-
- name: 'Os: Mac'
76-
color: AEB1C2
77-
description: Is Mac-specific
78-
79-
- name: 'Os: Linux'
80-
color: AEB1C2
81-
description: Is Linux-specific
1+
labels:
2+
- name: 'Type: Bug'
3+
color: e80c0c
4+
description: Something isn't working as expected.
5+
6+
- name: 'Type: Enhancement'
7+
color: 54b2ff
8+
description: Suggest an improvement for an existing feature.
9+
10+
- name: 'Type: Feature'
11+
color: 54b2ff
12+
description: Suggest a new feature.
13+
14+
- name: 'Type: Security'
15+
color: fbff00
16+
description: A problem or enhancement related to a security issue.
17+
18+
- name: 'Type: Question'
19+
color: 9309ab
20+
description: Request for information.
21+
22+
- name: 'Type: Test'
23+
color: ce54e3
24+
description: A problem or enhancement related to a test.
25+
26+
- name: 'Status: Awaiting Review'
27+
color: 24d15d
28+
description: Ready for review.
29+
30+
- name: 'Status: WIP'
31+
color: 07b340
32+
description: Currently being worked on.
33+
34+
- name: 'Status: Waiting'
35+
color: 38C968
36+
description: Waiting on something else to be ready.
37+
38+
- name: 'Status: Stale'
39+
color: 66b38a
40+
description: Has had no activity for some time.
41+
42+
- name: 'Duplicate'
43+
color: EB862D
44+
description: Duplicate of another issue.
45+
46+
- name: 'Invalid'
47+
color: faef50
48+
description: This issue doesn't seem right.
49+
50+
- name: 'Priority: High +'
51+
color: ff008c
52+
description: Task is considered higher-priority.
53+
54+
- name: 'Priority: Low -'
55+
color: 690a34
56+
description: Task is considered lower-priority.
57+
58+
- name: 'Documentation'
59+
color: 2fbceb
60+
description: An issue/change with the documentation.
61+
62+
- name: "Won't fix"
63+
color: C8D9E6
64+
description: Reported issue is working as intended.
65+
66+
- name: '3rd party issue'
67+
color: e88707
68+
description: This issue might be caused by a 3rd party script/package/other reasons
69+
70+
- name: 'Os: Windows'
71+
color: AEB1C2
72+
description: Is Windows-specific
73+
74+
- name: 'Os: Mac'
75+
color: AEB1C2
76+
description: Is Mac-specific
77+
78+
- name: 'Os: Linux'
79+
color: AEB1C2
80+
description: Is Linux-specific

0 commit comments

Comments
 (0)