Skip to content

Commit c441ecb

Browse files
Merge pull request #3834 from ipfs/misc/prio-to-sever
Change issue template to use Severity instead of Priority
2 parents a87c2de + 1b22c7a commit c441ecb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

ISSUE_TEMPLATE.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
<!-- Output From `ipfs version --all`) -->
1+
<!-- Output From `ipfs version --all` -->
22
#### Version information:
33

44
<!-- Bug, Feature, Enhancement, Etc -->
55
#### Type:
66

7-
<!-- from `P0` "Critical" to `P5` "Relatively Unimportant") -->
8-
#### Priority:
7+
<!-- One of following:
8+
Critical - System crash, application panic.
9+
High - The main functionality of the application does not work, API breakage, repo format breakage, etc.
10+
Medium - A non-essential functionality does not work, performance issues, etc.
11+
Low - An optional functionality does not work.
12+
Very Low - Translation or documentation mistake. Something that really does not matter much but should be noticed for a future release. -->
13+
#### Severity:
914

1015
#### Description:
1116

@@ -20,4 +25,4 @@ This is for you! Please read, and then delete this text before posting it.
2025
The go-ipfs issues are only for bug reports and directly actionable features.
2126
Read https://github.com/ipfs/community/blob/master/contributing.md#reporting-issues if your issue doesn't fit either of those categories.
2227
Read https://github.com/ipfs/go-ipfs/blob/master/docs/github-issue-guide.md if you are not sure how to fill in this issue.
23-
-->
28+
-->

0 commit comments

Comments
 (0)