From 3cb5ce188e6608a29f5baddef5ac87dae48d8908 Mon Sep 17 00:00:00 2001 From: Kristian Haugene Date: Sun, 17 Mar 2019 13:13:25 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..81e4722b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Container is not behaving as expected +title: '' +labels: '' +assignees: '' + +--- + + + +**Describe the problem** +A clear and concise description of what the bug is. + +**Add your docker run command** +To understand how your container is running, provide the docker run command or the docker-compose.yml file you used to start it. If you're using a GUI to set up the container then provide screenshots or a list of options and settings. + +**Logs** +Provide all logs from the container. By default the should not be any sensitive information there, but if there is then mask it with *** or something similar. +You can get the logs by running "docker logs ". + +**Host system:** +Are you running on Ubuntu, a NAS, Raspberry Pi, Mac OS or something else? +Which version of Docker are you using?