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,11 +3,11 @@ 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
@ -17,20 +17,20 @@ body:
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: input - type: input
id: version id: version
attributes: attributes:
label: Version label: Version
required: true required: true
description: Which version of the OIDC Library are you using. description: Which version of the OIDC Library are you using.
- type: textarea - type: textarea
id: impact id: impact
attributes: attributes:
label: Describe the problems caused by this bug label: Describe the problems caused by this bug
description: A clear and concise description of what the problems you face and the bug you have. description: A clear and concise description of what the problems you face and the bug you have.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: reproduce id: reproduce
attributes: attributes:
label: To reproduce label: To reproduce
@ -39,18 +39,18 @@ body:
Steps to reproduce the behavior: Steps to reproduce the behavior:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: screenshots id: screenshots
attributes: attributes:
label: Screenshots label: Screenshots
description: If applicable, add screenshots to help explain your problem. description: If applicable, add screenshots to help explain your problem.
- type: textarea - type: textarea
id: expected id: expected
attributes: attributes:
label: Expected behavior label: Expected behavior
description: A clear and concise description of what you expected to happen. 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]. placeholder: As a [type of user], I want [some goal] so that [some reason].
- type: textarea - type: textarea
id: additional id: additional
attributes: attributes:
label: Additional Context label: Additional Context