Update bug_report.yaml

This commit is contained in:
Fabi 2023-05-31 14:11:14 +02:00 committed by GitHub
parent 96da29a6d1
commit 54a071f27b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,55 +3,55 @@ 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.