mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
fix issue template (#4690)
This commit is contained in:
parent
6a25fb5155
commit
d190567a20
79
.github/ISSUE_TEMPLATE/BUG_REPORT.yaml
vendored
79
.github/ISSUE_TEMPLATE/BUG_REPORT.yaml
vendored
@ -2,64 +2,83 @@ name: Bug Report
|
|||||||
description: Create a report to help us improve ZITADEL
|
description: Create a report to help us improve ZITADEL
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["type: bug", "state: triage"]
|
labels: ["type: bug", "state: triage"]
|
||||||
assignees:
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
Thanks for taking the time to fill out this bug report!
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: preflight
|
id: preflight
|
||||||
attributes:
|
attributes:
|
||||||
label: Preflight Checklist
|
label: Preflight Checklist
|
||||||
options:
|
options:
|
||||||
- label:
|
- label:
|
||||||
I could not find a solution in the documentation, the existing issues or discussions
|
I could not find a solution in the documentation, the existing issues or discussions
|
||||||
required: true
|
required: true
|
||||||
- label:
|
- label:
|
||||||
I have joined the [ZITADEL chat](https://zitadel.com/chat)
|
I have joined the [ZITADEL chat](https://zitadel.com/chat)
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: environment
|
id: environment
|
||||||
attributes:
|
attributes:
|
||||||
label: Environment
|
label: Environment
|
||||||
description: How do you use ZITADEL?
|
description: How do you use ZITADEL?
|
||||||
options:
|
options:
|
||||||
- ZITADEL Cloud
|
- ZITADEL Cloud
|
||||||
- Selfhosted
|
- Self-hosted
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
description: A clear and concise description of what the bug is.
|
description: A clear and concise description of what the bug is.
|
||||||
required: true
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reproduce
|
id: reproduce
|
||||||
attributes:
|
attributes:
|
||||||
label: To reproduce
|
label: To reproduce
|
||||||
description: Steps to reproduce the behaviour
|
description: Steps to reproduce the behaviour
|
||||||
required: true
|
placeholder: |
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: screenshots
|
id: screenshots
|
||||||
label: Screenshots
|
attributes:
|
||||||
placeholder: If applicable, add screenshots to help explain your problem.
|
label: Screenshots
|
||||||
|
description: If applicable, add screenshots to help explain your problem.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected
|
id: expected
|
||||||
label: Expected behavior
|
attributes:
|
||||||
placeholder: A clear and concise description of what you expected to happen.
|
label: Expected behavior
|
||||||
|
description: A clear and concise description of what you expected to happen.
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
label: Version
|
attributes:
|
||||||
description: Which version of ZITADEL are you using.
|
label: Version
|
||||||
|
description: Which version of ZITADEL are you using.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: os
|
id: os
|
||||||
label: Operating System
|
attributes:
|
||||||
description: Please complete information about your operating-system, device, browser, etc.
|
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
|
- type: textarea
|
||||||
id: config
|
id: config
|
||||||
label: Relevant Configuration
|
attributes:
|
||||||
description: Add any relevant configurations that could help as. Make sure to redact any sensitive information.
|
label: Relevant Configuration
|
||||||
|
description: Add any relevant configurations that could help as. Make sure to redact any sensitive information.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional
|
id: additional
|
||||||
label: Additional Context
|
attributes:
|
||||||
description: Please add any other infos that could be useful.
|
label: Additional Context
|
||||||
|
description: Please add any other infos that could be useful.
|
||||||
|
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,38 +0,0 @@
|
|||||||
---
|
|
||||||
name: "\U0001F41B Bug report"
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: 'state: triage, type: bug'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Describe the bug**
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**To Reproduce**
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots**
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
|
||||||
- OS: [e.g. iOS]
|
|
||||||
- Browser [e.g. chrome, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Smartphone (please complete the following information):**
|
|
||||||
- Device: [e.g. iPhone6]
|
|
||||||
- OS: [e.g. iOS8.1]
|
|
||||||
- Browser [e.g. stock browser, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
Loading…
Reference in New Issue
Block a user