diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0c78e99c67..8d30c91eec 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,10 +1,7 @@ blank_issues_enabled: true contact_links: - - name: 🚀 Feature Request - url: https://github.com/zitadel/zitadel/discussions/categories/ideas - about: Tell us about your idea in the discussions - name: ❓ Questions url: https://github.com/zitadel/zitadel/discussions/categories/q-a about: Ask for help in our Q&A discussions - - name: 💬 ZITADEL Chat + - name: 💬 ZITADEL Community Chat url: https://zitadel.com/chat diff --git a/.github/ISSUE_TEMPLATE/docs.yaml b/.github/ISSUE_TEMPLATE/docs.yaml index 777692f11a..04c1c0cdb1 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 diff --git a/.github/ISSUE_TEMPLATE/improvement.yaml b/.github/ISSUE_TEMPLATE/improvement.yaml index 1cd8647552..2f68cb6170 100644 --- a/.github/ISSUE_TEMPLATE/improvement.yaml +++ b/.github/ISSUE_TEMPLATE/improvement.yaml @@ -1,6 +1,5 @@ name: 🛠️ Improvement -description: -title: +description: "Create an new issue for an improvment in ZITADEL" labels: ["improvement"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/proposal.yaml b/.github/ISSUE_TEMPLATE/proposal.yaml index 29b08db5cb..5abded3eac 100644 --- a/.github/ISSUE_TEMPLATE/proposal.yaml +++ b/.github/ISSUE_TEMPLATE/proposal.yaml @@ -1,6 +1,5 @@ name: 💡 Proposal / Feature request -description: -title: +description: "Create an issue for a feature request/proposal." labels: ["enhancement"] body: - type: markdown