From 9a7bb7e40ad8747b313f0fffda01cee3ba97c6f3 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 24 Dec 2020 18:12:18 +0900 Subject: [PATCH] add guidance about GitHub Discussions Add `.github/ISSUE_TEMPLATE/config.yml` to clarify where is the right place (in the most cases) to ask questions. Signed-off-by: Akihiro Suda --- .github/ISSUE_TEMPLATE/config.yml | 15 +++++++++++++++ 1 file changed, 15 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 000000000..06373d3fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,15 @@ +blank_issues_enabled: true +contact_links: + - name: Ask a question (GitHub Discussions) + url: https://github.com/containerd/containerd/discussions + about: | + Please do not submit "a bug report" for asking a question. + In most cases, GitHub Discussions is the best place to ask a question. + If you are not sure whether you are going to report a bug or ask a question, + please consider asking in GitHub Discussions first. + - name: Report a security issue + url: https://github.com/containerd/project/blob/master/SECURITY.md + about: A security issue should be reported privately by email. + - name: Chat with containerd users and developers + url: https://slack.cncf.io/ + about: CNCF slack has `#containerd` and `#containerd-dev` channels