Skip to content

Commit 39bf4fc

Browse files
github-actionsseanmonstar
authored andcommitted
doc: update contrib docs
1 parent de51938 commit 39bf4fc

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

_contrib/issues.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff 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

100110
The 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

0 commit comments

Comments
 (0)