Skip to content

Commit 81b1592

Browse files
authored
chore(meta): change labels of severity to category (#3488)
1 parent 07554de commit 81b1592

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "Bug report \U0001F41B"
33
about: Create a report to help us improve
44
title: ''
5-
labels: S-bug
5+
labels: C-bug
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "Feature request \U0001F4A1"
33
about: Suggest an idea for this project
44
title: ''
5-
labels: S-feature
5+
labels: C-feature
66
assignees: ''
77

88
---

docs/ISSUES.md

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

96106
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
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

Comments
 (0)