Make issue template forwardproxy specific
This commit is contained in:
parent
3e8b65c3af
commit
99689c1ec3
1 changed files with 13 additions and 7 deletions
20
.github/ISSUE_TEMPLATE.md
vendored
20
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,8 +1,11 @@
|
|||
<!--
|
||||
Are you asking for help with using Caddy? Please use our forum instead: https://caddy.community. 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!)
|
||||
Are you asking for help with using Caddy? Please use our forum instead: https://caddy.community. If you are filing a bug report, please take a few minutes to carefully answer the following questions and please make sure. If your issue is not a bug report, you do not need to use this template. Thanks!)
|
||||
-->
|
||||
|
||||
### 1. What version of Caddy are you using (`caddy -version`)?
|
||||
### 1. Is bug reproducible with [latest](https://caddyserver.com/download) `forwardproxy` build?
|
||||
<!--If you tried latest build, and bug still appears, simply put "Yеs" here.
|
||||
ONLY if you cannot download latest version, tell us when your caddy was built: stat --printf 'mtime: %y\n' `which caddy`" may help.
|
||||
-->
|
||||
|
||||
|
||||
### 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://
|
|||
|
||||
<!--- Please anonymize the hostname and redact your passwords. -->
|
||||
|
||||
### 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.
|
||||
|
||||
<!-- Paste curl command, or full HTTP request including headers and body, 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?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue