@@ -91,6 +91,16 @@ These labels indicate an issue is "blocked" for some reason.
91
91
- ** B-rfc** : request for comments. More discussion is needed to explore the design.
92
92
- ** B-upstream** : waiting on something in a dependency or the compiler.
93
93
94
+ ### Category
95
+
96
+ The category marks what kind of issue this is.
97
+
98
+ - ** C-bug** : something is wrong, this is bad!
99
+ - ** C-feature** : this is a new feature request, adding something new.
100
+ - ** C-performance** : make existing working code go faster.
101
+ - ** C-refactor** : improve internal code to help readability and maintenance.
102
+ - ** C-chore** : a general chore or maintenance task.
103
+
94
104
### Effort
95
105
96
106
The effort labels are a best-guess at roughly how much effort and knowledge of hyper is needed to accomplish the task.
@@ -99,14 +109,6 @@ The effort labels are a best-guess at roughly how much effort and knowledge of h
99
109
- ** E-medium** : some knowledge of how hyper internals work would be useful.
100
110
- ** E-hard** : likely requires a deeper understanding of how hyper internals work.
101
111
102
- ### Severity
103
-
104
- The severity marks how _ severe_ the issue is. Note this isn't "importance" or "priority".
105
-
106
- - ** S-bug** : something is wrong, this is bad!
107
- - ** S-feature** : this is a new feature request, adding something new.
108
- - ** S-performance** : make existing working code go faster.
109
- - ** S-refactor** : improve internal code to help readability and maintenance.
110
112
111
113
[ issues ] : https://github.com/hyperium/hyper/issues
112
114
[ COC ] : ./CODE_OF_CONDUCT.md
0 commit comments