diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..88437e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,65 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +## 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 +```