chore: add database questions to bug report template (#6975)

* chore: add database questions to bug report template

Sometimes we get bug reports that are only reproducible when zitadel is running against a certain database.
This change adds database related questions to the issue template, as it is something people don't tend to describe in the detail fields.

* fix syntax error
This commit is contained in:
Tim Möhlmann 2023-11-27 09:23:49 +02:00 committed by GitHub
parent 60688757fa
commit 115d944d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,20 @@ body:
attributes:
label: Version
description: Which version of ZITADEL are you using.
- type: dropdown
id: database
attributes:
label: Database
description: What database are you using? (self-hosters only)
options:
- CockroachDB
- PostgreSQL
- Other (describe below!)
- type: input
id: database-version
attributes:
label: Database Version
description: Which version of the selected database are you using? (self-hosters only)
- type: textarea
id: impact
attributes: