From 471a6393c32669ddc3442d5dce2e57832a6bf60c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cam=20Sa=C3=BCl?= <cammsaul@gmail.com>
Date: Tue, 19 Jul 2016 18:29:14 -0700
Subject: [PATCH] Clarify Metabase backing DB vs data DB :information_source:
 [ci skip]

---
 .github/ISSUE_TEMPLATE.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index b9297cd06f0..dafbeaaf1bd 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -2,6 +2,6 @@ If this is a bug report, please fill in the blanks:
 
 *  I am using the ___________ browser.
 *  My computer's OS is ___________.
-*  I'm running Metabase ___________. [locally from the JAR / locally with the Mac App / on AWS / on Herkou / etc.]
-*  My database is ___________.
+*  I'm running Metabase ___________ [locally from the JAR / locally with the Mac App / on AWS / on Herkou / etc.] and it is using the ___________ [Postgres / MySQL / H2 (default)] database.
+*  My data is in a ___________ database. [Postgres / MySQL / Redshift / BigQuery / MongoDB / SQLite / SQL Server / etc.]
 *  My Metabase version is ___________.
-- 
GitLab