forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further clarify Issue template ℹ️ [ci skip]
- Loading branch information
Showing
1 changed file
with
45 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |