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:
labels: ["bug"]
body:
- type: markdown
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
- type: checkboxes
id: preflight
attributes:
label: Preflight Checklist
@ -17,20 +17,20 @@ body:
required: true
- label:
I have joined the [ZITADEL chat](https://zitadel.com/chat)
- type: input
- type: input
id: version
attributes:
label: Version
required: true
description: Which version of the OIDC Library are you using.
- type: textarea
- type: textarea
id: impact
attributes:
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.
validations:
required: true
- type: textarea
- type: textarea
id: reproduce
attributes:
label: To reproduce
@ -39,18 +39,18 @@ body:
Steps to reproduce the behavior:
validations:
required: true
- type: textarea
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: textarea
- type: textarea
id: expected
attributes:
label: Expected behavior
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
- type: textarea
id: additional
attributes:
label: Additional Context