mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-02 17:32:18 +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:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: Which version of ZITADEL are you using.
|
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
|
- type: textarea
|
||||||
id: impact
|
id: impact
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user