From 022891e51ee40ca50c4c86123286fadf625b6b44 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 14 Jan 2017 17:12:25 +0000 Subject: [PATCH] Issue template --- ISSUE_TEMPLATE | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ISSUE_TEMPLATE 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?