mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
115d944d38
* 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
100 lines
2.8 KiB
YAML
100 lines
2.8 KiB
YAML
name: Bug Report
|
|
description: "Create a bug report to help us improve ZITADEL."
|
|
title: "[Bug]: "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
Learn more in our [contribution guide](https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#product-management) on how we will process your issue.
|
|
- type: checkboxes
|
|
id: preflight
|
|
attributes:
|
|
label: Preflight Checklist
|
|
options:
|
|
- label:
|
|
I could not find a solution in the documentation, the existing issues or discussions
|
|
required: true
|
|
- label:
|
|
I have joined the [ZITADEL chat](https://zitadel.com/chat)
|
|
- type: dropdown
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
description: How do you use ZITADEL?
|
|
options:
|
|
- ZITADEL Cloud
|
|
- Self-hosted
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
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:
|
|
label: Describe the problem caused by this bug
|
|
description: A clear and concise description of the problem you have and what the bug is.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: To reproduce
|
|
description: Steps to reproduce the behaviour
|
|
placeholder: |
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: A clear and concise description of what you expected to happen.
|
|
- type: textarea
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
description: Please complete information about your operating-system, device, browser, etc.
|
|
placeholder: |
|
|
Device: [e.g. Windows, Mac, iPhone6]
|
|
OS: [e.g. iOS8.1, Windows]
|
|
Browser [e.g. chrome, stock browser, safari]
|
|
Version [e.g. 22]
|
|
- type: textarea
|
|
id: config
|
|
attributes:
|
|
label: Relevant Configuration
|
|
description: Add any relevant configurations that could help as. Make sure to redact any sensitive information.
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Please add any other infos that could be useful.
|