From d5ce85f01bf6d439810e58b77b82d38709ef2f29 Mon Sep 17 00:00:00 2001
From: Josh Wolf <josh@joshwolf.dev>
Date: Wed, 3 Feb 2021 14:37:28 -0700
Subject: [PATCH] add examples for hwo to get current bigbang version

---
 .gitlab/issue_templates/bug.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 9149ebfad9..fe2c2e75b5 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -9,3 +9,13 @@ Provide any steps possible used to reproduce the error (ideally in an isolated f
 ## BigBang Version
 
 What version of BigBang were you running?
+
+This can be retrieved multiple ways:
+
+```bash
+# via helm
+helm ls -n bigbang
+
+# via the deployed umbrella git tag
+kubectl get gitrepository -n bigbang
+```
\ No newline at end of file
-- 
GitLab