Update bug_report.yaml
This commit is contained in:
parent
96da29a6d1
commit
54a071f27b
1 changed files with 52 additions and 52 deletions
104
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
104
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -1,57 +1,57 @@
|
||||||
name: 🐛 Bug Report
|
name: 🐛 Bug Report
|
||||||
description: "Create a bug report to help us improve ZITADEL Terrafform Provider."
|
description: "Create a bug report to help us improve ZITADEL Terrafform Provider."
|
||||||
title:
|
title:
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
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
|
||||||
|
- label:
|
||||||
|
I have joined the [ZITADEL chat](https://zitadel.com/chat)
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Version
|
||||||
required: true
|
required: true
|
||||||
- label:
|
description: Which version of the OIDC Library are you using.
|
||||||
I have joined the [ZITADEL chat](https://zitadel.com/chat)
|
- type: textarea
|
||||||
- type: input
|
id: impact
|
||||||
id: version
|
attributes:
|
||||||
attributes:
|
label: Describe the problems caused by this bug
|
||||||
label: Version
|
description: A clear and concise description of what the problems you face and the bug you have.
|
||||||
required: true
|
validations:
|
||||||
description: Which version of the OIDC Library are you using.
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: impact
|
id: reproduce
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the problems caused by this bug
|
label: To reproduce
|
||||||
description: A clear and concise description of what the problems you face and the bug you have.
|
description: Steps to reproduce the behaviour
|
||||||
validations:
|
placeholder: |
|
||||||
required: true
|
Steps to reproduce the behavior:
|
||||||
- type: textarea
|
validations:
|
||||||
id: reproduce
|
required: true
|
||||||
attributes:
|
- type: textarea
|
||||||
label: To reproduce
|
id: screenshots
|
||||||
description: Steps to reproduce the behaviour
|
attributes:
|
||||||
placeholder: |
|
label: Screenshots
|
||||||
Steps to reproduce the behavior:
|
description: If applicable, add screenshots to help explain your problem.
|
||||||
validations:
|
- type: textarea
|
||||||
required: true
|
id: expected
|
||||||
- type: textarea
|
attributes:
|
||||||
id: screenshots
|
label: Expected behavior
|
||||||
attributes:
|
description: A clear and concise description of what you expected to happen.
|
||||||
label: Screenshots
|
placeholder: As a [type of user], I want [some goal] so that [some reason].
|
||||||
description: If applicable, add screenshots to help explain your problem.
|
- type: textarea
|
||||||
- type: textarea
|
id: additional
|
||||||
id: expected
|
attributes:
|
||||||
attributes:
|
label: Additional Context
|
||||||
label: Expected behavior
|
description: Please add any other infos that could be useful.
|
||||||
description: A clear and concise description of what you expected to happen.
|
|
||||||
placeholder: As a [type of user], I want [some goal] so that [some reason].
|
|
||||||
- type: textarea
|
|
||||||
id: additional
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: Please add any other infos that could be useful.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue