-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathoriginal.yml
More file actions
27 lines (27 loc) · 769 Bytes
/
original.yml
File metadata and controls
27 lines (27 loc) · 769 Bytes
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
- name: "bug"
color: "#d73a4a"
description: "Something isn't working"
- name: "documentation"
color: "#0075ca"
description: "Improvements or additions to documentation"
- name: "duplicate"
color: "#cfd3d7"
description: "This issue or pull request already exists"
- name: "enhancement"
color: "#a2eeef"
description: "New feature or request"
- name: "good first issue"
color: "#7057ff"
description: "Good for newcomers"
- name: "help wanted"
color: "#008672"
description: "Extra attention is needed"
- name: "invalid"
color: "#e4e669"
description: "This doesn't seem right"
- name: "question"
color: "#d876e3"
description: "Further information is requested"
- name: "wontfix"
color: "#ffffff"
description: "This will not be worked on"