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