summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Holt <[email protected]>2017-03-22 18:58:57 -0600
committerMatthew Holt <[email protected]>2017-03-22 18:58:57 -0600
commit5341c85a2712c34ba929deb1e2a2c5891e9a95ae (patch)
tree069faa47093a02431b653fae7d00937451d21b6b
parentfbd6412359be76bcfbb2ba5cfdecbc273e040674 (diff)
downloadcaddy-5341c85a2712c34ba929deb1e2a2c5891e9a95ae.tar.gz
caddy-5341c85a2712c34ba929deb1e2a2c5891e9a95ae.zip
Update issue template to ask for relevant HTTP requests
-rw-r--r--ISSUE_TEMPLATE14
1 files changed, 10 insertions, 4 deletions
diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE
index 6c0688fa5..9513943ea 100644
--- a/ISSUE_TEMPLATE
+++ b/ISSUE_TEMPLATE
@@ -1,4 +1,4 @@
-(Are you asking for help with using Caddy? Please use our forum instead: https://forum.caddyserver.com. If you are filing a bug report, please answer the following questions. If your issue is not a bug report, you do not need to use this template. Either way, please consider donating if we've helped you. Thanks!)
+(Are you asking for help with using Caddy? Please use our forum instead: https://forum.caddyserver.com. If you are filing a bug report, please take a few minutes to carefully answer the following questions. If your issue is not a bug report, you do not need to use this template. Thanks!)
### 1. What version of Caddy are you running (`caddy -version`)?
@@ -14,11 +14,17 @@
### 4. How did you run Caddy (give the full command and describe the execution environment)?
-### 5. What did you expect to see?
+### 5. Please paste any relevant HTTP request(s) here.
+(paste curl command, or full HTTP request including headers and body, here)
-### 6. What did you see instead (give full error messages and/or log)?
+### 6. What did you expect to see?
-### 7. How can someone who is starting from scratch reproduce this behavior as minimally as possible?
+### 7. What did you see instead (give full error messages and/or log)?
+
+
+### 8. How can someone who is starting from scratch reproduce the bug as minimally as possible?
+
+(Please strip away any extra infrastructure such as containers, reverse proxies, upstream apps, dependencies, etc, to prove this is a bug in Caddy and not an external misconfiguration. Your chances of getting this bug fixed go way up the easier it is to replicate. Thank you!)