@@ -91,6 +91,16 @@ These labels indicate an issue is "blocked" for some reason.
9191- ** B-rfc** : request for comments. More discussion is needed to explore the design.
9292- ** B-upstream** : waiting on something in a dependency or the compiler.
9393
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+
94104### Effort
95105
96106The 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
99109- ** E-medium** : some knowledge of how hyper internals work would be useful.
100110- ** E-hard** : likely requires a deeper understanding of how hyper internals work.
101111
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.
110112
111113[ issues ] : https://github.com/hyperium/hyper/issues
112114[ COC ] : ./CODE_OF_CONDUCT.md
0 commit comments