From 6420f0b0d5131dab08cfb0198dbb21c40a85bded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Thu, 14 Dec 2017 09:36:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Added=20an=20issue=5Ftempl?= =?UTF-8?q?ate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With which I hope that people provide some basic information about their project right away instead only on request. --- .github/issue_template.md | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..489b1ca --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,47 @@ + + +## Current Behavior + + +... + +## Expected Behavior + + +... + +## Debug Information + + +The output of `docker-compose version`: `XXXXX` +The output of `docker version`: `XXXXX` +The output of `git rev-parse HEAD`: `XXXXX` +The command you used to start the project: `XXXXX` + +The output of `docker-compose logs netbox`: + + +``` +LOG LOG LOG +``` + + +The output of `docker-compose logs nginx`: + +``` +LOG LOG LOG +```