From 71da6762268f0cbf201b3ea55159337cc07e4c02 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Fri, 23 Aug 2024 18:23:42 +0300 Subject: [PATCH] gh: add issue template configuration Add a suggestion for the newcomers and community to prioritize confidential-containers Slack channel(s) for discussions and Q&A. Signed-off-by: Mikko Ylinen --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 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..32ce314 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: CNCF Slack for Community discussions and Q&A + url: https://slack.cncf.io/ + about: | + Join `#confidential-containers` channel by first getting an invitation for the + CNCF Slack workspace. Our channel is the best place for getting questions + answered and to chat with the community and project maintainers.