mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
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:
parent
60688757fa
commit
115d944d38
14
.github/ISSUE_TEMPLATE/BUG_REPORT.yaml
vendored
14
.github/ISSUE_TEMPLATE/BUG_REPORT.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user