From d693ed0e8c4ad2d072082898fc279ecfec49ff75 Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 14:07:04 +0200 Subject: [PATCH 01/14] docs: issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ----------------- .github/ISSUE_TEMPLATE/bug_report.yaml | 57 ++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 49ccc49..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: 🐛 Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** -- OS: [e.g. iOS] -- Browser [e.g. chrome, safari] -- Version [e.g. 22] - -**Smartphone (please complete the following information):** -- Device: [e.g. iPhone6] -- OS: [e.g. iOS8.1] -- Browser [e.g. stock browser, safari] -- Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..929595e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,57 @@ +name: 🐛 Bug Report +description: "Create a bug report to help us improve ZITADEL Terrafform Provider." +title: "" +labels: ["bug"] +body: +- type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! +- type: checkboxes + id: preflight + attributes: + label: Preflight Checklist + options: + - label: + 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 + description: Which version of the OIDC Library 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. + validations: + required: true +- type: textarea + id: reproduce + attributes: + label: To reproduce + description: Steps to reproduce the behaviour + placeholder: | + Steps to reproduce the behavior: + validations: + required: true +- type: textarea + id: screenshots + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. +- 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 + id: additional + attributes: + label: Additional Context + description: Please add any other infos that could be useful. From 9d60a4b1831071d75dfdef209d70de9b60e6bf71 Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 14:08:05 +0200 Subject: [PATCH 02/14] docs: add issue template for docs --- .github/ISSUE_TEMPLATE/docs.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/docs.yaml diff --git a/.github/ISSUE_TEMPLATE/docs.yaml b/.github/ISSUE_TEMPLATE/docs.yaml new file mode 100644 index 0000000..cbe7358 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs.yaml @@ -0,0 +1,31 @@ +name: 📄 Documentation +description: Create an issue for missing or wrong documentation. +title: "" +labels: ["docs"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this issue. + - type: checkboxes + id: preflight + attributes: + label: Preflight Checklist + options: + - label: + I could not find a solution in the existing issues, docs, nor discussions + required: true + - label: + I have joined the [ZITADEL chat](https://zitadel.com/chat) + - type: textarea + id: docs + attributes: + label: Describe the docs your are missing or that are wrong + placeholder: As a [type of user], I want [some goal] so that [some reason]. + validations: + required: true + - type: textarea + id: additional + attributes: + label: Additional Context + description: Please add any other infos that could be useful. From 087a0eb0a94b0e8f2aea24556b9e6d004fef2238 Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 14:09:07 +0200 Subject: [PATCH 03/14] docs: proposal issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ---------- .github/ISSUE_TEMPLATE/proposal.yaml | 45 +++++++++++++++++++++++ 2 files changed, 45 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/proposal.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 118d30e..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: 🚀 Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/proposal.yaml b/.github/ISSUE_TEMPLATE/proposal.yaml new file mode 100644 index 0000000..f1a189c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposal.yaml @@ -0,0 +1,45 @@ +name: 💡 Proposal / Feature request +description: +title: "" +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this proposal / feature reqeust + - type: checkboxes + id: preflight + attributes: + label: Preflight Checklist + options: + - label: + I could not find a solution in the existing issues, docs, nor discussions + required: true + - label: + I have joined the [ZITADEL chat](https://zitadel.com/chat) + - type: textarea + id: problem + attributes: + label: Describe your problem + description: Please describe your problem this proposal / feature is supposed to solve. + placeholder: Describe the problem you have. + validations: + required: true + - type: textarea + id: solution + attributes: + label: Describe your ideal solution + description: Which solution do you propose? + placeholder: As a [type of user], I want [some goal] so that [some reason]. + validations: + required: true + - type: input + id: version + attributes: + label: Version + description: Which version of the OIDC Library are you using. + - type: textarea + id: additional + attributes: + label: Additional Context + description: Please add any other infos that could be useful. From af14335eb09bbd2973c40f928268db217394a959 Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 14:09:27 +0200 Subject: [PATCH 04/14] docs: remove title --- .github/ISSUE_TEMPLATE/proposal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/proposal.yaml b/.github/ISSUE_TEMPLATE/proposal.yaml index f1a189c..8c3518b 100644 --- a/.github/ISSUE_TEMPLATE/proposal.yaml +++ b/.github/ISSUE_TEMPLATE/proposal.yaml @@ -1,6 +1,6 @@ name: 💡 Proposal / Feature request description: -title: "" +title: labels: ["enhancement"] body: - type: markdown From 96da29a6d1c5e9a4a589d1596acc5d3cb78eff4c Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 14:09:47 +0200 Subject: [PATCH 05/14] docs: fix title --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 929595e..900422c 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: "" +title: labels: ["bug"] body: - type: markdown From 54a071f27b61c46b6658d960c80ebb147c807b64 Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 14:11:14 +0200 Subject: [PATCH 06/14] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 104 ++++++++++++------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 900422c..830f6c1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,57 +1,57 @@ name: 🐛 Bug Report description: "Create a bug report to help us improve ZITADEL Terrafform Provider." -title: +title: labels: ["bug"] body: -- type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! -- type: checkboxes - id: preflight - attributes: - label: Preflight Checklist - options: - - label: - I could not find a solution in the documentation, the existing issues or discussions + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: checkboxes + id: preflight + attributes: + label: Preflight Checklist + options: + - label: + 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 - - label: - I have joined the [ZITADEL chat](https://zitadel.com/chat) -- type: input - id: version - attributes: - label: Version - required: true - description: Which version of the OIDC Library 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. - validations: - required: true -- type: textarea - id: reproduce - attributes: - label: To reproduce - description: Steps to reproduce the behaviour - placeholder: | - Steps to reproduce the behavior: - validations: - required: true -- type: textarea - id: screenshots - attributes: - label: Screenshots - description: If applicable, add screenshots to help explain your problem. -- 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 - id: additional - attributes: - label: Additional Context - description: Please add any other infos that could be useful. + description: Which version of the OIDC Library 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. + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: To reproduce + description: Steps to reproduce the behaviour + placeholder: | + Steps to reproduce the behavior: + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + - 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 + id: additional + attributes: + label: Additional Context + description: Please add any other infos that could be useful. From c3bed1d2ec0af0c8c7acbadaf5c0e5d4f87816fe Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 14:11:32 +0200 Subject: [PATCH 07/14] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 830f6c1..e24626a 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: +title: labels: ["bug"] body: - type: markdown From 6607c5a6907aad740889b675f418efece73a724e Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 14:12:13 +0200 Subject: [PATCH 08/14] Update docs.yaml --- .github/ISSUE_TEMPLATE/docs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/docs.yaml b/.github/ISSUE_TEMPLATE/docs.yaml index cbe7358..04c1c0c 100644 --- a/.github/ISSUE_TEMPLATE/docs.yaml +++ b/.github/ISSUE_TEMPLATE/docs.yaml @@ -1,6 +1,5 @@ name: 📄 Documentation description: Create an issue for missing or wrong documentation. -title: "" labels: ["docs"] body: - type: markdown From 96ff038c673ad26d22c9f671d9a9f659a827d524 Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 14:12:46 +0200 Subject: [PATCH 09/14] Update proposal.yaml --- .github/ISSUE_TEMPLATE/proposal.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/proposal.yaml b/.github/ISSUE_TEMPLATE/proposal.yaml index 8c3518b..d308a57 100644 --- a/.github/ISSUE_TEMPLATE/proposal.yaml +++ b/.github/ISSUE_TEMPLATE/proposal.yaml @@ -1,6 +1,4 @@ name: 💡 Proposal / Feature request -description: -title: labels: ["enhancement"] body: - type: markdown From ae2d2f625657dc5482124f56c9657f6229c8d799 Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 14:13:14 +0200 Subject: [PATCH 10/14] Update proposal.yaml --- .github/ISSUE_TEMPLATE/proposal.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/proposal.yaml b/.github/ISSUE_TEMPLATE/proposal.yaml index d308a57..a3db2b1 100644 --- a/.github/ISSUE_TEMPLATE/proposal.yaml +++ b/.github/ISSUE_TEMPLATE/proposal.yaml @@ -1,4 +1,5 @@ name: 💡 Proposal / Feature request +description: labels: ["enhancement"] body: - type: markdown From 3f3429eedeadd261c4d7ebb553eb36422bade2a7 Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 16:37:53 +0200 Subject: [PATCH 11/14] Update proposal.yaml --- .github/ISSUE_TEMPLATE/proposal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/proposal.yaml b/.github/ISSUE_TEMPLATE/proposal.yaml index a3db2b1..af7acd5 100644 --- a/.github/ISSUE_TEMPLATE/proposal.yaml +++ b/.github/ISSUE_TEMPLATE/proposal.yaml @@ -1,5 +1,5 @@ name: 💡 Proposal / Feature request -description: +description: "Create an issue for a feature request/proposal." labels: ["enhancement"] body: - type: markdown From f838acb7c37a3814271da9fd62d674ed1bdd71cc Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 16:40:25 +0200 Subject: [PATCH 12/14] 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 From e47f74932520165b250acbe4084f96eb2133c562 Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 31 May 2023 16:41:24 +0200 Subject: [PATCH 13/14] Create improvement.yaml --- .github/ISSUE_TEMPLATE/improvement.yaml | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/improvement.yaml diff --git a/.github/ISSUE_TEMPLATE/improvement.yaml b/.github/ISSUE_TEMPLATE/improvement.yaml new file mode 100644 index 0000000..2e2ddf4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement.yaml @@ -0,0 +1,54 @@ +name: 🛠️ Improvement +description: "Create an new issue for an improvment in ZITADEL" +labels: ["improvement"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this improvement request + - type: checkboxes + id: preflight + attributes: + label: Preflight Checklist + options: + - label: + I could not find a solution in the existing issues, docs, nor discussions + required: true + - label: + I have joined the [ZITADEL chat](https://zitadel.com/chat) + - type: textarea + id: problem + attributes: + label: Describe your problem + description: Please describe your problem this improvement is supposed to solve. + placeholder: Describe the problem you have + validations: + required: true + - type: textarea + id: solution + attributes: + label: Describe your ideal solution + description: Which solution do you propose? + placeholder: As a [type of user], I want [some goal] so that [some reason]. + validations: + required: true + - type: input + id: version + attributes: + label: Version + description: Which version of the OIDC Library are you using. + - type: dropdown + id: environment + attributes: + label: Environment + description: How do you use ZITADEL? + options: + - ZITADEL Cloud + - Self-hosted + validations: + required: true + - type: textarea + id: additional + attributes: + label: Additional Context + description: Please add any other infos that could be useful. From 80c67e41271667cca1ebec9ee1cbdb7aec75503e Mon Sep 17 00:00:00 2001 From: Fabi Date: Wed, 21 Jun 2023 11:35:05 +0200 Subject: [PATCH 14/14] Update .github/ISSUE_TEMPLATE/bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e5a6a73..92465f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -21,7 +21,7 @@ body: id: version attributes: label: Version - description: Which version of ZITADEL are you using. + description: Which version of the OIDC library are you using. - type: textarea id: impact attributes: