diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE new file mode 100644 index 00000000..48bb02a0 --- /dev/null +++ b/ISSUE_TEMPLATE @@ -0,0 +1,22 @@ +### Instructions (remove before submiting): + +1. Are you asking for help with using Caddy or File Manager? Please use our forum instead: https://forum.caddyserver.com. +2. If you are filing a bug report, please answer the following questions. +3. If your issue is not a bug report, you do not need to use this template. +4. Every issue not related to hugo specific features (publish and schedule mechanism) should be done on https://github.com/hacdias/caddy-filemanage issues. + +### 1. What are you trying to do? + + +### 2. What is your entire Caddyfile? +```text +(Put Caddyfile here) +``` + +### 3. What did you expect to see? + + +### 4. What did you see instead (give full error messages and/or log)? + + +### 5. How can someone who is starting from scratch reproduce this behavior as minimally as possible?