From a249e418b360de85c30d50643e0e4c6477926e97 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Wed, 1 Nov 2023 12:37:10 -0600 Subject: [PATCH] chore(issues): config.yaml added with feature request link to open a discussion (#25823) Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000000..25a814f751618 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +--- +blank_issues_enabled: false +contact_links: + - name: Feature Request + url: https://github.com/apache/superset/discussions/new?category=ideas + about: Propose a feature request to the Superset community + - name: Q&A + url: https://github.com/apache/superset/discussions/new?category=q-a-help + about: Open a community Q&A thread on GitHub Discussions + - name: Slack + url: bit.ly/join-superset-slack + about: Join the Superset Community on Slack for other discussions/assistance