|
1 | 1 | --- |
2 | | -- name: "breaking-change" |
| 2 | +- name: 'breaking-change' |
3 | 3 | color: ee0701 |
4 | | - description: "A change that changes the API or breaks backward compatibility for users." |
5 | | -- name: "bugfix" |
| 4 | + description: 'A change that changes the API or breaks backward compatibility for users.' |
| 5 | +- name: 'bugfix' |
6 | 6 | color: ee0701 |
7 | | - description: "Inconsistencies or issues which will cause a problem for users or implementors." |
8 | | -- name: "documentation" |
| 7 | + description: 'Inconsistencies or issues which will cause a problem for users or implementors.' |
| 8 | +- name: 'documentation' |
9 | 9 | color: 0052cc |
10 | | - description: "Solely about the documentation of the project." |
11 | | -- name: "enhancement" |
| 10 | + description: 'Solely about the documentation of the project.' |
| 11 | +- name: 'enhancement' |
12 | 12 | color: 1d76db |
13 | | - description: "Enhancement of the code, not introducing new features." |
14 | | -- name: "refactor" |
| 13 | + description: 'Enhancement of the code, not introducing new features.' |
| 14 | +- name: 'refactor' |
15 | 15 | color: 1d76db |
16 | | - description: "Updating the code with simpler, easier to understand or more efficient syntax or methods, but not introducing new features." |
17 | | -- name: "performance" |
| 16 | + description: 'Updating the code with simpler, easier to understand or more efficient syntax or methods, but not introducing new features.' |
| 17 | +- name: 'performance' |
18 | 18 | color: 1d76db |
19 | | - description: "Improving performance of the project, not introducing new features." |
20 | | -- name: "new-feature" |
| 19 | + description: 'Improving performance of the project, not introducing new features.' |
| 20 | +- name: 'new-feature' |
21 | 21 | color: 0e8a16 |
22 | | - description: "New features or options." |
23 | | -- name: "maintenance" |
| 22 | + description: 'New features or options.' |
| 23 | +- name: 'maintenance' |
24 | 24 | color: 2af79e |
25 | | - description: "Generic maintenance tasks." |
26 | | -- name: "ci" |
| 25 | + description: 'Generic maintenance tasks.' |
| 26 | +- name: 'ci' |
27 | 27 | color: 1d76db |
28 | | - description: "Work that improves the continuous integration." |
29 | | -- name: "dependencies" |
| 28 | + description: 'Work that improves the continuous integration.' |
| 29 | +- name: 'dependencies' |
30 | 30 | color: 1d76db |
31 | | - description: "Change in project dependencies." |
| 31 | + description: 'Change in project dependencies.' |
32 | 32 |
|
33 | | -- name: "in-progress" |
| 33 | +- name: 'in-progress' |
34 | 34 | color: fbca04 |
35 | | - description: "Issue is currently being worked on by a developer." |
36 | | -- name: "stale" |
| 35 | + description: 'Issue is currently being worked on by a developer.' |
| 36 | +- name: 'stale' |
37 | 37 | color: fef2c0 |
38 | | - description: "No activity for quite some time." |
39 | | -- name: "no-stale" |
| 38 | + description: 'No activity for quite some time.' |
| 39 | +- name: 'no-stale' |
40 | 40 | color: fef2c0 |
41 | | - description: "This is exempt from the stale bot." |
| 41 | + description: 'This is exempt from the stale bot.' |
42 | 42 |
|
43 | | -- name: "security" |
| 43 | +- name: 'security' |
44 | 44 | color: ee0701 |
45 | | - description: "Addressing a vulnerability or security risk in this project." |
46 | | -- name: "incomplete" |
| 45 | + description: 'Addressing a vulnerability or security risk in this project.' |
| 46 | +- name: 'incomplete' |
47 | 47 | color: fef2c0 |
48 | | - description: "Missing information." |
49 | | -- name: "invalid" |
| 48 | + description: 'Missing information.' |
| 49 | +- name: 'invalid' |
50 | 50 | color: fef2c0 |
51 | 51 | description: "This is off-topic, spam, or otherwise doesn't apply to this project." |
52 | 52 |
|
53 | | -- name: "beginner-friendly" |
| 53 | +- name: 'beginner-friendly' |
54 | 54 | color: 0e8a16 |
55 | | - description: "Good first issue for people wanting to contribute to this project." |
56 | | -- name: "help-wanted" |
| 55 | + description: 'Good first issue for people wanting to contribute to this project.' |
| 56 | +- name: 'help-wanted' |
57 | 57 | color: 0e8a16 |
58 | | - description: "We need some extra helping hands or expertise in order to resolve this!" |
| 58 | + description: 'We need some extra helping hands or expertise in order to resolve this!' |
59 | 59 |
|
60 | | -- name: "priority-critical" |
| 60 | +- name: 'priority-critical' |
61 | 61 | color: ee0701 |
62 | | - description: "Must be addressed as soon as possible." |
63 | | -- name: "priority-high" |
| 62 | + description: 'Must be addressed as soon as possible.' |
| 63 | +- name: 'priority-high' |
64 | 64 | color: b60205 |
65 | | - description: "After critical issues are fixed, these should be dealt with before any further issues." |
66 | | -- name: "priority-medium" |
| 65 | + description: 'After critical issues are fixed, these should be dealt with before any further issues.' |
| 66 | +- name: 'priority-medium' |
67 | 67 | color: 0e8a16 |
68 | | - description: "This issue may be useful, and needs some attention." |
69 | | -- name: "priority-low" |
| 68 | + description: 'This issue may be useful, and needs some attention.' |
| 69 | +- name: 'priority-low' |
70 | 70 | color: e4ea8a |
71 | | - description: "Nice addition, maybe... someday..." |
| 71 | + description: 'Nice addition, maybe... someday...' |
72 | 72 |
|
73 | | -- name: "major" |
| 73 | +- name: 'major' |
74 | 74 | color: b60205 |
75 | | - description: "This PR causes a major bump in the version number." |
76 | | -- name: "minor" |
| 75 | + description: 'This PR causes a major bump in the version number.' |
| 76 | +- name: 'minor' |
77 | 77 | color: 0e8a16 |
78 | | - description: "This PR causes a minor bump in the version number." |
| 78 | + description: 'This PR causes a minor bump in the version number.' |
0 commit comments