[master] cf6a157 attempt to get more helpful bug reports
Nils Goroll
nils.goroll at uplex.de
Sun Mar 26 13:42:05 CEST 2017
commit cf6a15798da254ebce1fb0b0d4505638d03b2579
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Sun Mar 26 13:41:13 2017 +0200
attempt to get more helpful bug reports
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 3c29561..6bc9424 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,3 +1,24 @@
+<!--- Things to check before you report a bug
+
+ - Is the issue you are seeing clearly an issue in varnish core or
+ could it be a support question? We do not use github issues for
+ support questions, please refer to
+ http://varnish-cache.org/support/index.html when in doubt.
+
+ - For panics (varnish crashes), bug reports are most useful if
+
+ - you are running recent code
+ - ideally master
+ - but at least the latest release of a supported version
+
+ - you got
+ - debuginfo packages installed when running binaries from packages
+ - or have compiled with debug information whenever possible
+ (configure --enable-debugging-symbols)
+
+ If you have considered these recommendations, please go ahead and
+ follow this template
+-->
<!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
@@ -42,3 +63,4 @@
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Operating System and version:
+* Source of binary packages used (if any)
More information about the varnish-commit
mailing list