0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/.github/ISSUE_TEMPLATE.md

33 lines
1.2 KiB
Markdown
Raw Normal View History

<!--
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!)
-->
### 1. What version of Caddy are you using (`caddy -version`)?
2016-08-30 14:37:35 -05:00
### 2. What are you trying to do?
2016-08-30 14:37:35 -05:00
### 3. What is your entire Caddyfile?
```text
(paste Caddyfile here)
```
2016-08-30 14:37:35 -05:00
### 4. How did you run Caddy (give the full command and describe the execution environment)?
### 5. Please paste any relevant HTTP request(s) here.
<!-- Paste curl command, or full HTTP request including headers and body, here. -->
2016-04-27 13:51:53 -05:00
### 6. What did you expect to see?
2016-04-27 13:51:53 -05:00
### 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, caches, 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! -->