Skip to content

Commit

Permalink
Further clarify Issue template ℹ️ [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul authored Aug 29, 2016
1 parent 3dfd165 commit cdf5b54
Showing 1 changed file with 45 additions and 6 deletions.
51 changes: 45 additions & 6 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,46 @@
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.] and it is using ___________ [Postgres / MySQL / H2 (default)] internally. (If you haven't done anything special to configure this, Metabase will be using H2).
* My data is in a ___________ database. [Postgres / MySQL / Redshift / BigQuery / MongoDB / SQLite / SQL Server / etc.]
* My Metabase version is ___________.

### Bug Report Info

If this is a bug report, help us diagnose your issue by checking the appropriate boxes below:

* I'm using this browser:
- [ ] Chrome
- [ ] Firefox
- [ ] Safari
- [ ] Internet Explorer / Edge
- [ ] Other: ________
* My computer's OS is:
- [ ] OS X
- [ ] Windows
- [ ] Linux
- [ ] Other: ________
* I'm running Metabase:
- [ ] Locally from the JAR
- [ ] Locally with the Mac App
- [ ] On AWS (via Docker)
- [ ] On Heroku
- [ ] Other: ________
* *Internally*, Metabase is using this database: (This is the database Metabase stores internal information like accounts and dashboards in, *not* one you're running queries against. If you haven't done anything special to configure this, Metabase defaults to using H2 when running locally; if you're running Metabase on AWS or Heroku using the provided scripts/instructions, you're most likely using Postgres.):
- [ ] H2
- [ ] Postgres
- [ ] MySQL
* My data is in a database of this type:
- [ ] Postgres
- [ ] MySQL
- [ ] Redshift
- [ ] BigQuery
- [ ] MongoDB
- [ ] SQLite
- [ ] Druid
- [ ] SQL Server
- [ ] Crate
- [ ] Oracle
- [ ] Other: ________
* I'm using Metabase version:
- [ ] 0.18.0
- [ ] 0.18.1
- [ ] 0.19.0
- [ ] 0.19.1
- [ ] 0.19.2
- [ ] 0.19.3

0 comments on commit cdf5b54

Please sign in to comment.