From 3e2d5a4f8cf45d49c3abf1cc0963ef81e0305ffa Mon Sep 17 00:00:00 2001 From: Samuel Laulhau Date: Thu, 28 May 2020 23:18:33 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..265e9a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,26 @@ +--- +name: Custom issue template +about: Template to help issue creation +title: '' +labels: '' +assignees: '' + +--- + +# Before creating an issue + +Be sure the issue isn't yet reported here or dicussed on stackoverflow + +# Logs + +Did you check the logs ? +If any Error is present there please copy/paste it below + +``` +Any Error that sucks +``` + +# Setup information + +What version do you run? +Do you run docker-compose or a single Dockerfile ?