From 90240bfd69af583976d80c227f3c40c88b370685 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Wed, 12 Oct 2016 18:05:31 -0400 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 61 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 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 000000000..1674b0b9e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,61 @@ + + +## Product +Please check the corresponding boxes below for which products this is about. + +- [ ] Panel +- [ ] Daemon +- [ ] Dockerfile(s) [Please list if so: __ ] + +## Type +- [ ] Bug or Issue +- [ ] Feature Request +- [ ] Enhancement +- [ ] Other + + + + +## What Happens + + +## How to Reproduce + + +1. Step 1 +2. Step 2 +3. etc. + +## Error Logs + + + + +``` +error logs +``` + +## System Information +#### Output of `uname -a`: + +``` +paste here +``` + +#### Output of `php -v` (if Panel): + +``` +paste here +``` + +#### Output of `node -v` (if Daemon): + +``` +paste here +``` + +#### Output of `docker info` and `docker -v` (if Daemon or Dockerfiles): + +``` +paste here +```