@cryptotaxi247 / kubo / commits / 0e5f32d07

Reverse label numbers

See https://github.com/ipfs/go-ipfs/pull/2883#issuecomment-227528997. Will need to change current issues. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Aug 29, 2016 at 16:51 UTC 0e5f32d07e0b7dfc14687d637338f3aae6bcf7f3
2 files changed +5 -5
ISSUE_TEMPLATE.md
+1 -1
@@ -4,7 +4,7 @@ Version/Platform/Processor information (from `ipfs version --all`):
4
5 Type (bug, feature, meta, test failure, question):
6 Area (api, commands, daemon, fuse, etc):
7 -Priority (from P0: functioning, to P4: operations on fire):
7 +Priority (from P0: operations on fire, to P4: functioning):
8
9 Description:
10
docs/github-issue-guide.md
+4 -4
@@ -72,8 +72,8 @@ What your issue refers to. Multiple items are OK.
72
73 ### Priority
74
75 -- "P0 - Operations Functioning"
76 -- "P1 - Operations Sort of Functioning"
75 +- "P0 - Operations on Fire (critical bug affecting release)"
76 +- "P1 - Operations Foobar (critical bug affecting master)"
77 - "P2 - Operations Not Functioning"
78 -- "P3 - Operations Foobar (critical bug affecting master)"
79 -- "P4 - Operations on Fire (critical bug affecting release)"
78 +- "P3 - Operations Sort of Functioning"
79 +- "P4 - Operations Functioning"