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?