From 99689c1ec3fe2498d76c730cf21dab9b39000d6d Mon Sep 17 00:00:00 2001 From: sergeyfrolov Date: Fri, 6 Jul 2018 11:49:27 -0400 Subject: [PATCH] Make issue template forwardproxy specific --- .github/ISSUE_TEMPLATE.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f9471aa..e02ebdf 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,11 @@ -### 1. What version of Caddy are you using (`caddy -version`)? +### 1. Is bug reproducible with [latest](https://caddyserver.com/download) `forwardproxy` build? + ### 2. What are you trying to do? @@ -15,19 +18,22 @@ Are you asking for help with using Caddy? Please use our forum instead: https:// -### 4. How did you run Caddy (give the full command and describe the execution environment)? +### 4. How is your client configured? -### 5. Please paste any relevant HTTP request(s) here. +### 5. How did you run Caddy? (give the full command and describe the execution environment). If multiple servers are used (for example with `upstream`), describe those as well. + + +### 6. Please paste any relevant HTTP request(s) here. -### 6. What did you expect to see? +### 7. What did you expect to see? -### 7. What did you see instead (give full error messages and/or log)? +### 8. 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? +### 9. How can someone who is starting from scratch reproduce the bug as minimally as possible?