From cc91f09d9a84926b64557ee4d022f466ace64353 Mon Sep 17 00:00:00 2001 From: Manas Agarwal Date: Thu, 7 Dec 2023 14:04:10 +0530 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ ...llaborators-only.md => internal-issues-only.md} | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/ISSUE_TEMPLATE/{new-issues-are-meant-to-be-created-by-hasura-collaborators-only.md => internal-issues-only.md} (68%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..ff8ba498 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: Bugs, Feature Requests, Ideas + url: https://github.com/hasura/graphql-engine/issues/new/choose + about: Use hasura/graphql-engine for issues related to ndc-hub. + - name: ☁️ Hasura Cloud Help & Support Center + url: https://cloud.hasura.io/support + about: For Issues related to Hasura Cloud and DDN ⚡️ + - name: ❓ Get Support from Discord Community + url: https://discord.com/invite/hasura + about: Please ask and answer questions here. 🏥 + - name: 🙋‍♀️ Have a question on how to achieve something with Hasura? + url: https://github.com/hasura/graphql-engine/discussions + about: Start a GitHub discussion diff --git a/.github/ISSUE_TEMPLATE/new-issues-are-meant-to-be-created-by-hasura-collaborators-only.md b/.github/ISSUE_TEMPLATE/internal-issues-only.md similarity index 68% rename from .github/ISSUE_TEMPLATE/new-issues-are-meant-to-be-created-by-hasura-collaborators-only.md rename to .github/ISSUE_TEMPLATE/internal-issues-only.md index 79b6e4c4..5928cefe 100644 --- a/.github/ISSUE_TEMPLATE/new-issues-are-meant-to-be-created-by-hasura-collaborators-only.md +++ b/.github/ISSUE_TEMPLATE/internal-issues-only.md @@ -1,11 +1,11 @@ --- name: New issues are meant to be created by Hasura collaborators only about: DON'T USE THIS. We request you to use hasura/graphql-engine repo to open new - issues related to ndc-hub (bugs, feature requests etc). We recommend to tag those + issues related to ndc-hub (bugs, feature requests etc). It's recommended to tag those issues with label c/ddn-ndc-hub. title: '' labels: '' -assignees: manasag +assignees: ---