From f838acb7c37a3814271da9fd62d674ed1bdd71cc Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 16:40:25 +0200 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e24626a..e5a6a73 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,6 @@ -name: 🐛 Bug Report -description: "Create a bug report to help us improve ZITADEL Terrafform Provider." -title: +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: ["bug"] body: - type: markdown @@ -21,13 +21,12 @@ body: id: version attributes: label: Version - required: true - description: Which version of the OIDC Library are you using. + description: Which version of ZITADEL are you using. - 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. + 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