diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7ded92d..cd7d8db 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,52 +1,48 @@ -This is a... + -- [ ] Request for a new or modified feature -- [ ] Issue trying to run the docker image -- [ ] Issue trying to build / test / develop the docker image + +This is a: **FILL ME IN** -## Description - -## Expected Behavior - +## Details + -## Actual Behavior - +## Related Issues +- [ ] I have searched this repository/Pi-hole forums for existing issues and pull requests that look similar + -## Possible Fix - + + -## Steps to Reproduce and debugging done - -e.g. your docker run command, pages to visit, CLI commands you ran -1. -2. -3. -4. +## How to reproduce the issue -## Debug steps I have tried - +1. Environment data + * Operating System: **ENTER HERE** + * Hardware: + * Kernel Architecture: + * Docker Install Info and version: + - Software source: + - Supplimentary Software: + * Hardware architecture: -- [ ] I have tried destroying my container instance, pulling the newest image version, and re-creating a new container -- [ ] I have tried running the nearly stock `docker run` example in the readme (removing any customizations I added) +2. docker-compose.yml contents, docker run shell command, or paste a screenshot of any UI based configuration of containers here +3. any additional info to help reproduce + + +## These common fixes didn't work for my issue + +- [ ] I have tried removing/destroying my container, and re-creating a new container +- [ ] I have tried fresh volume data by backing up and moving/removing the old volume data +- [ ] I have tried running the stock `docker run` example(s) in the readme (removing any customizations I added) +- [ ] I have tried a newer or older version of Docker Pi-hole (depending what version the issue started in for me) - [ ] I have tried running without my volume data mounts to eliminate volumes as the cause -- [ ] I have searched this repository for existing issues and pull requests that look similar - - - - - -## Context and extra information - - - -## Your Environment - -* Docker Host Operating System and OS Version: -* Docker Version: -* Hardware architecture: - +If the above debugging / fixes revealed any new information note it here. +Add any other debugging steps you've taken or theories on root cause that may help.