@cryptotaxi247 / kubo / commits / 1b22c7a08

Change issue template to use Severity instead of Priority

Priority is very much subjective. Severity allows us to state examples and decide on it objectivelly. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Mar 26, 2017 at 20:59 UTC 1b22c7a084e5bb422d288de383904c6feb156edd
1 file changed +9 -4
ISSUE_TEMPLATE.md
+9 -4
@@ -1,11 +1,16 @@
1 -<!-- Output From `ipfs version --all`) -->
1 +<!-- Output From `ipfs version --all` -->
2 #### Version information:
3
4 <!-- Bug, Feature, Enhancement, Etc -->
5 #### Type:
6
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:
14
15 #### Description:
16
@@ -20,4 +25,4 @@ This is for you! Please read, and then delete this text before posting it.
25 The go-ipfs issues are only for bug reports and directly actionable features.
26 Read https://github.com/ipfs/community/blob/master/contributing.md#reporting-issues if your issue doesn't fit either of those categories.
27 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 --->
\ No newline at end of file
28 +-->