File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,16 @@ These labels indicate an issue is "blocked" for some reason.
9595- ** B-rfc** : request for comments. More discussion is needed to explore the design.
9696- ** B-upstream** : waiting on something in a dependency or the compiler.
9797
98+ ### Category
99+
100+ The category marks what kind of issue this is.
101+
102+ - ** C-bug** : something is wrong, this is bad!
103+ - ** C-feature** : this is a new feature request, adding something new.
104+ - ** C-performance** : make existing working code go faster.
105+ - ** C-refactor** : improve internal code to help readability and maintenance.
106+ - ** C-chore** : a general chore or maintenance task.
107+
98108### Effort
99109
100110The effort labels are a best-guess at roughly how much effort and knowledge of hyper is needed to accomplish the task.
@@ -103,14 +113,6 @@ The effort labels are a best-guess at roughly how much effort and knowledge of h
103113- ** E-medium** : some knowledge of how hyper internals work would be useful.
104114- ** E-hard** : likely requires a deeper understanding of how hyper internals work.
105115
106- ### Severity
107-
108- The severity marks how _ severe_ the issue is. Note this isn't "importance" or "priority".
109-
110- - ** S-bug** : something is wrong, this is bad!
111- - ** S-feature** : this is a new feature request, adding something new.
112- - ** S-performance** : make existing working code go faster.
113- - ** S-refactor** : improve internal code to help readability and maintenance.
114116
115117[ issues ] : https://github.com/hyperium/hyper/issues
116118[ COC ] : ./code-of-conduct.md
You can’t perform that action at this time.
0 commit comments