From 56770b14c6a1b425d5d0f7c2fa4a625b395cb7c0 Mon Sep 17 00:00:00 2001 From: Liz Rice <liz@lizrice.com> Date: Mon, 10 Aug 2020 15:05:47 +0100 Subject: [PATCH] Ideas and questions go to Discussions --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 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 0000000..1bd84b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Feature request + url: https://github.com/aquasecurity/kube-bench/discussions/new?category_id=19113743 + about: Share ideas for new features + - name: Ask a question + url: https://github.com/aquasecurity/kube-bench/discussions/new?category_id=19113742 + about: Ask questions and discuss with other community members -- GitLab