diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..37e6d1c14 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,58 @@ + + +## What you expected to happen? + +## What happened? + + +## How to reproduce it? + + +## Anything else we need to know? + + +## Versions: + +``` +$ scope version +$ docker version +$ uname -a +$ kubectl version +``` + +## Logs: +``` +$ docker logs weavescope +``` +or, if using Kubernetes: +``` +$ kubectl logs -n +``` + + +