From 156679c925a48c7303f1389ae278d7551e2d0c37 Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Mon, 19 Mar 2018 17:47:15 -0500 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..7ded92d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,52 @@ + + + +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 + +## Description + + +## Expected Behavior + + +## Actual Behavior + + +## 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. + +## Debug steps I have tried + + +- [ ] 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) +- [ ] 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: + +