From 0245f6c52e35703631b5946ff98afb926a521809 Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Tue, 1 Oct 2024 07:19:58 +0200 Subject: [PATCH] chore(cicd): remove github discussions link --- .github/ISSUE_TEMPLATE/bug.yml | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 61afa8d..bb933e2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,7 +6,7 @@ body: value: | Thanks for reporting an issue, please review the task list below before submitting the issue. Your issue report will be closed if the issue is incomplete and the below tasks not completed. - NOTE: If you are unsure about something and the issue is more of a question a better place to ask questions is on [Github Discussions](https://github.com/kestra-io/kestra/discussions) or [Slack](https://api.kestra.io/v1/communities/slack/redirect). + NOTE: If you are unsure about something and the issue is more of a question a better place to ask questions is on [Slack](https://kestra.io/slack). - type: textarea attributes: label: Expected Behavior @@ -38,7 +38,7 @@ body: description: Environment information where the problem occurs. value: | - Kestra Version: - - Plugin version: + - Plugin version: - Operating System (OS / Docker / Kubernetes): - Java Version (If not docker): validations: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a6d0656..597602e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,4 @@ contact_links: - - name: GitHub Discussions - url: https://github.com/kestra-io/kestra/discussions - about: Ask questions about Kestra on Github - name: Chat - url: https://api.kestra.io/v1/communities/slack/redirect + url: https://kestra.io/slack about: Chat with us on Slack.