docs: improvement issue template (#5955)

* docs: improvement issue template

* docs: add issue template for docs

* docs: add issue template for proposal

* delete file

* docs: update bug template
This commit is contained in:
Fabi
2023-05-31 13:55:30 +02:00
committed by GitHub
parent d5eaa8fa16
commit 7a0fa2aad0
5 changed files with 151 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
name: Bug Report
description: "Create a bug report to help us improve ZITADEL. Click [here](https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#product-management) to see how we process your issue."
title: "[Bug]: "
labels: ["type: bug", "state: triage"]
labels: ["bug"]
body:
- type: markdown
attributes:
@@ -27,11 +27,16 @@ body:
- Self-hosted
validations:
required: true
- type: textarea
id: description
- type: input
id: version
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
label: Version
description: Which version of ZITADEL are you using.
- type: textarea
id: impact
attributes:
label: Describe the problem caused by this bug
description: A clear and concise description of the problem you have and what the bug is.
validations:
required: true
- type: textarea
@@ -57,11 +62,6 @@ body:
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: input
id: version
attributes:
label: Version
description: Which version of ZITADEL are you using.
- type: textarea
id: os
attributes: