@cryptotaxi247 / kubo / commits / 3099f2fda

add panic issue type to issue template

This was present in the issue guide that I just removed but not in the template. It's useful for distinguishing between objective bugs and subjective bugs. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Jan 31, 2018 at 18:34 UTC 3099f2fdabff330c9aab884ae06091d9f38e5e9b
1 file changed +1
ISSUE_TEMPLATE.md
+1
@@ -21,6 +21,7 @@ If you can't run `ipfs version --all` or that command fails, include as much inf
21 <!--
22
23 - "bug": If what you are filing is a bug.
24 +- "panic": If you'd like to report an application panic, segfault, crash, etc.
25 - "feature": If you'd like to suggest a feature.
26 - "enhancement ": If you'd like to suggest an improvement on to existing feature.
27 - "test failure": If the tests are failing