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 +```