From 177a321338ad6543d6d893483ec33791b350e9e4 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Tue, 16 Jul 2019 16:14:24 +0200
Subject: [PATCH] Add bug issue template

---
 .gitlab/issue_templates/bug.md | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .gitlab/issue_templates/bug.md

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
new file mode 100644
index 000000000..7fb35b4f1
--- /dev/null
+++ b/.gitlab/issue_templates/bug.md
@@ -0,0 +1,6 @@
+The output of these commands is helpful to debug deployment errors:
+
+    kubectl get pods
+    helm ls
+
+Please include this output if possible.
-- 
GitLab