|
1 | 1 | # Priority labels
|
2 | 2 | - name: "Priority: Critical"
|
3 | 3 | color: ee0701
|
4 |
| - description: "This should be dealt with ASAP. Not fixing this issue would be a serious error." |
| 4 | + description: This should be dealt with ASAP. Not fixing this issue would be a serious error. |
5 | 5 | - name: "Priority: High"
|
6 | 6 | color: b60205
|
7 | 7 | description: "After critical issues are fixed, these should be dealt with before any further issues."
|
|
15 | 15 | # Type labels
|
16 | 16 | - name: "Type: Bug"
|
17 | 17 | color: ee0701
|
18 |
| - description: "Inconsistencies or issues which will cause a problem for users or implementors." |
| 18 | + description: Inconsistencies or issues which will cause a problem for users or implementors. |
19 | 19 | - name: "Type: Documentation"
|
20 | 20 | color: 0052cc
|
21 |
| - description: "Solely about the documentation of the project." |
| 21 | + description: Solely about the documentation of the project. |
22 | 22 | - name: "Type: Enhancement"
|
23 | 23 | color: 1d76db
|
24 | 24 | description: "Enhancement of the code, not introducing new features."
|
|
27 | 27 | description: "Marks an idea, which might be accepted and implemented."
|
28 | 28 | - name: "Type: Feature"
|
29 | 29 | color: 0e8a16
|
30 |
| - description: "New features or options." |
| 30 | + description: New features or options. |
31 | 31 | - name: "Type: Maintenance"
|
32 | 32 | color: 2af79e
|
33 | 33 | description: "Generic maintenance tasks, e.g., package updates."
|
34 | 34 |
|
35 | 35 | # Additional markers
|
36 |
| -- name: "Security" |
| 36 | +- name: Security |
37 | 37 | color: ee0701
|
38 |
| - description: "Marks an security issues that needs to be resolved asap." |
39 |
| -- name: "Accepted" |
| 38 | + description: Marks an security issues that needs to be resolved asap. |
| 39 | +- name: Accepted |
40 | 40 | color: c2e0c6
|
41 |
| - description: "This issue or PR has been accepted." |
42 |
| -- name: "Declined" |
| 41 | + description: This issue or PR has been accepted. |
| 42 | +- name: Declined |
43 | 43 | color: f9d0c4
|
44 |
| - description: "This issue or PR has been declined." |
45 |
| -- name: "Breaking Change" |
| 44 | + description: This issue or PR has been declined. |
| 45 | +- name: Breaking Change |
46 | 46 | color: a80016
|
47 |
| - description: "This change will require a new major release." |
48 |
| -- name: "Feature Removal" |
| 47 | + description: This change will require a new major release. |
| 48 | +- name: Feature Removal |
49 | 49 | color: a80016
|
50 |
| - description: "A feature is no longer wanted/needed (remove/deprecate it)" |
| 50 | + description: A feature is no longer wanted/needed (remove/deprecate it) |
51 | 51 |
|
52 | 52 | # Ongoing Status labels
|
53 | 53 | - name: "Status: Triage"
|
54 | 54 | color: fbca04
|
55 |
| - description: "This issue needs to be triaged." |
| 55 | + description: This issue needs to be triaged. |
56 | 56 | - name: "Status: Investigation Needed"
|
57 | 57 | color: fef2c0
|
58 |
| - description: "Issue need to be investigated further." |
| 58 | + description: Issue need to be investigated further. |
59 | 59 | - name: "Status: On Hold"
|
60 | 60 | color: cccccc
|
61 |
| - description: "Issue or PR that has been placed on hold for now." |
| 61 | + description: Issue or PR that has been placed on hold for now. |
62 | 62 | - name: "Status: In Progress"
|
63 | 63 | color: fbca04
|
64 |
| - description: "Issue is currently being resolved by a developer." |
| 64 | + description: Issue is currently being resolved by a developer. |
65 | 65 | - name: "Status: Stale"
|
66 | 66 | color: fef2c0
|
67 |
| - description: "There has not been activity on this issue or PR for quite some time." |
| 67 | + description: There has not been activity on this issue or PR for quite some time. |
68 | 68 | - name: "Status: Awaiting Response"
|
69 | 69 | color: fef2c0
|
70 |
| - description: "Issue or PR awaits response from the creator." |
| 70 | + description: Issue or PR awaits response from the creator. |
71 | 71 | - name: "Status: Awaiting Feedback"
|
72 | 72 | color: fef2c0
|
73 |
| - description: "Issue or PR awaits feedback from the community." |
| 73 | + description: Issue or PR awaits feedback from the community. |
74 | 74 | - name: "Status: Blocked"
|
75 | 75 | color: fef2c0
|
76 |
| - description: "Progress on this issue is currently not possible." |
| 76 | + description: Progress on this issue is currently not possible. |
77 | 77 |
|
78 | 78 | # Resolution Status labels
|
79 | 79 | - name: "Resolution: By Design"
|
80 | 80 | color: e6e6e6
|
81 |
| - description: "The behavior reported in the issue is actually correct." |
| 81 | + description: The behavior reported in the issue is actually correct. |
82 | 82 | - name: "Resolution: Duplicate"
|
83 | 83 | color: e6e6e6
|
84 |
| - description: "This issue or pull request already exists" |
| 84 | + description: This issue or pull request already exists |
85 | 85 | - name: "Resolution: External"
|
86 | 86 | color: e6e6e6
|
87 | 87 | description: "It was a real bug, but not in the code in this repo."
|
|
90 | 90 | description: ""
|
91 | 91 | - name: "Resolution: Not Applicable"
|
92 | 92 | color: e6e6e6
|
93 |
| - description: "The issue is not relevant to code in this repo and is not an external issue. (Out of scope)" |
| 93 | + description: The issue is not relevant to code in this repo and is not an external issue. (Out of scope) |
94 | 94 | - name: "Resolution: Not Reproducible"
|
95 | 95 | color: e6e6e6
|
96 |
| - description: "The bug could not be reproduced." |
| 96 | + description: The bug could not be reproduced. |
97 | 97 | - name: "Resolution: Won't Fix"
|
98 | 98 | color: e6e6e6
|
99 | 99 | description: "A real bug or issue, but the issue is not impactful enough to spend time on."
|
100 | 100 | - name: "Resolution: Fixed"
|
101 | 101 | color: c2e0c6
|
102 |
| - description: "The issue has been fixed." |
| 102 | + description: The issue has been fixed. |
103 | 103 | - name: "Resolution: Added"
|
104 | 104 | color: c2e0c6
|
105 |
| - description: "This has been added to the project." |
| 105 | + description: This has been added to the project. |
106 | 106 |
|
107 | 107 | # Bots
|
108 | 108 | - name: ":blue_heart:"
|
109 | 109 | color: ffffff
|
110 |
| - description: "Renovate" |
| 110 | + description: Renovate |
111 | 111 | - name: "Status: Released"
|
112 | 112 | color: c2e0c6
|
113 | 113 | description: "It's now live."
|
| 114 | +- name: "Status: Beta Released" |
| 115 | + color: fef2c0 |
| 116 | + description: "It's now live." |
0 commit comments