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