From 66d90707ecadc27b6339199a86988ace44e66bb3 Mon Sep 17 00:00:00 2001 From: Satyam Zode Date: Wed, 4 Jul 2018 15:52:51 +0530 Subject: [PATCH] Add issue template for weave scope github repo Issue template will help both users and maintainers to exchange required info related to an issue easily. fixes: #3223 Signed-off-by: Satyam Zode --- .github/ISSUE_TEMPLATE.md | 58 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 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..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 +``` + + +