From d50de11ce615eb364f73d2c2180f59872745b7b8 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 1 Jan 2021 05:23:54 +0900 Subject: [PATCH] ISSUE_TEMPLATE: remove redundant "report a security issue" button "report a security issue" button was shown redundantly in https://github.com/containerd/containerd/issues/new/choose Signed-off-by: Akihiro Suda --- .github/ISSUE_TEMPLATE/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 06373d3fd..366187f74 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,9 +7,6 @@ contact_links: 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