diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index bc0ea26..0000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,55 +0,0 @@ - - -## 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 -```