|
1 |
| ---- |
2 |
| -- name: "breaking change" |
| 1 | +- |
| 2 | + name: 'breaking change' |
3 | 3 | color: ee0701
|
4 |
| - description: "A breaking change for existing users." |
5 |
| -- name: "bug" |
| 4 | + description: 'A breaking change for existing users.' |
| 5 | +- |
| 6 | + name: bug |
6 | 7 | color: ee0701
|
7 |
| - description: "Inconsistencies or issues which will cause a problem for users or implementors." |
8 |
| -- name: "documentation" |
| 8 | + description: 'Inconsistencies or issues which will cause a problem for users or implementors.' |
| 9 | +- |
| 10 | + name: documentation |
9 | 11 | color: 0052cc
|
10 |
| - description: "Solely about the documentation of the project." |
11 |
| -- name: "enhancement" |
| 12 | + description: 'Solely about the documentation of the project.' |
| 13 | +- |
| 14 | + name: enhancement |
12 | 15 | color: 1d76db
|
13 |
| - description: "Enhancement of the code, not introducing new features." |
14 |
| -- name: "refactor" |
| 16 | + description: 'Enhancement of the code, not introducing new features.' |
| 17 | +- |
| 18 | + name: refactor |
15 | 19 | color: 1d76db
|
16 |
| - description: "Improvement of existing code, not introducing new features." |
17 |
| -- name: "performance" |
| 20 | + description: 'Improvement of existing code, not introducing new features.' |
| 21 | +- |
| 22 | + name: performance |
18 | 23 | color: 1d76db
|
19 |
| - description: "Improving performance, not introducing new features." |
20 |
| -- name: "new feature" |
| 24 | + description: 'Improving performance, not introducing new features.' |
| 25 | +- |
| 26 | + name: 'new feature' |
21 | 27 | color: 0e8a16
|
22 |
| - description: "New features or options." |
23 |
| -- name: "maintenance" |
| 28 | + description: 'New features or options.' |
| 29 | +- |
| 30 | + name: maintenance |
24 | 31 | color: 2af79e
|
25 |
| - description: "Generic maintenance tasks." |
26 |
| -- name: "ci" |
| 32 | + description: 'Generic maintenance tasks.' |
| 33 | +- |
| 34 | + name: ci |
27 | 35 | color: 1d76db
|
28 |
| - description: "Work that improves the continue integration." |
29 |
| -- name: "dependencies" |
| 36 | + description: 'Work that improves the continue integration.' |
| 37 | +- |
| 38 | + name: dependencies |
30 | 39 | color: 1d76db
|
31 |
| - description: "Upgrade or downgrade of project dependencies." |
32 |
| -- name: "question" |
| 40 | + description: 'Upgrade or downgrade of project dependencies.' |
| 41 | +- |
| 42 | + name: question |
33 | 43 | color: d876e3
|
34 |
| - description: "Further information is requested." |
35 |
| - |
36 |
| -- name: "in progress" |
| 44 | + description: 'Further information is requested.' |
| 45 | +- |
| 46 | + name: 'in progress' |
37 | 47 | color: fbca04
|
38 |
| - description: "Issue is currently being resolved by a developer." |
39 |
| -- name: "stale" |
| 48 | + description: 'Issue is currently being resolved by a developer.' |
| 49 | +- |
| 50 | + name: stale |
40 | 51 | color: fef2c0
|
41 |
| - description: "There has not been activity on this issue or PR for quite some time." |
42 |
| -- name: "no stale" |
| 52 | + description: 'There has not been activity on this issue or PR for quite some time.' |
| 53 | +- |
| 54 | + name: 'no stale' |
43 | 55 | color: fef2c0
|
44 |
| - description: "This issue or PR is exempted from the stable bot." |
45 |
| -- name: "wontfix" |
| 56 | + description: 'This issue or PR is exempted from the stable bot.' |
| 57 | +- |
| 58 | + name: wontfix |
46 | 59 | color: ffffff
|
47 |
| - description: "Further information is requested." |
48 |
| - |
49 |
| -- name: "security" |
| 60 | + description: 'Further information is requested.' |
| 61 | +- |
| 62 | + name: security |
50 | 63 | color: ee0701
|
51 |
| - description: "Marks a security issue that needs to be resolved ASAP." |
52 |
| -- name: "incomplete" |
| 64 | + description: 'Marks a security issue that needs to be resolved ASAP.' |
| 65 | +- |
| 66 | + name: incomplete |
53 | 67 | color: fef2c0
|
54 |
| - description: "Marks a PR or issue that is missing information." |
55 |
| -- name: "invalid" |
| 68 | + description: 'Marks a PR or issue that is missing information.' |
| 69 | +- |
| 70 | + name: invalid |
56 | 71 | color: fef2c0
|
57 |
| - description: "Marks a PR or issue that is missing information." |
58 |
| - |
59 |
| -- name: "good first issue" |
| 72 | + description: 'Marks a PR or issue that is missing information.' |
| 73 | +- |
| 74 | + name: 'good first issue' |
60 | 75 | color: 0e8a16
|
61 |
| - description: "Good first issue for people wanting to contribute to the project." |
62 |
| -- name: "help wanted" |
| 76 | + description: 'Good first issue for people wanting to contribute to the project.' |
| 77 | +- |
| 78 | + name: 'help wanted' |
63 | 79 | color: 0e8a16
|
64 |
| - description: "We need some extra helping hands or expertise in order to resolve this." |
65 |
| - |
66 |
| -- name: "priority critical" |
| 80 | + description: 'We need some extra helping hands or expertise in order to resolve this.' |
| 81 | +- |
| 82 | + name: 'priority critical' |
67 | 83 | color: ee0701
|
68 |
| - description: "This should be dealt with ASAP. Not fixing this issue would be a serious error." |
69 |
| -- name: "priority high" |
| 84 | + description: 'This should be dealt with ASAP. Not fixing this issue would be a serious error.' |
| 85 | +- |
| 86 | + name: 'priority high' |
70 | 87 | color: b60205
|
71 |
| - description: "After critical issues are fixed, these should be dealt with before any further issues." |
72 |
| -- name: "priority medium" |
| 88 | + description: 'After critical issues are fixed, these should be dealt with before any further issues.' |
| 89 | +- |
| 90 | + name: 'priority medium' |
73 | 91 | color: 0e8a16
|
74 |
| - description: "This issue may be useful, and needs some attention." |
75 |
| -- name: "priority low" |
| 92 | + description: 'This issue may be useful, and needs some attention.' |
| 93 | +- |
| 94 | + name: 'priority low' |
76 | 95 | color: e4ea8a
|
77 |
| - description: "Nice addition, maybe... someday..." |
78 |
| - |
79 |
| -- name: "major" |
| 96 | + description: 'Nice addition, maybe... someday...' |
| 97 | +- |
| 98 | + name: major |
80 | 99 | color: b60205
|
81 |
| - description: "This PR causes a major version bump in the version number." |
82 |
| -- name: "minor" |
| 100 | + description: 'This PR causes a major version bump in the version number.' |
| 101 | +- |
| 102 | + name: minor |
83 | 103 | color: 0e8a16
|
84 |
| - description: "This PR causes a minor version bump in the version number." |
85 |
| - |
86 |
| -- name: "duplicate" |
| 104 | + description: 'This PR causes a minor version bump in the version number.' |
| 105 | +- |
| 106 | + name: duplicate |
87 | 107 | color: cfd3d7
|
88 |
| - description: "This issue or pull request already exists." |
89 |
| - |
90 |
| -- name: "hacktoberfest" |
| 108 | + description: 'This issue or pull request already exists.' |
| 109 | +- |
| 110 | + name: hacktoberfest |
91 | 111 | color: ea0192
|
92 |
| - description: "Takes part in Hacktoberfest." |
| 112 | + description: 'Takes part in Hacktoberfest.' |
0 commit comments