From e393e973df54d9436d49c718e7e761b597e22888 Mon Sep 17 00:00:00 2001 From: Shaun Thompson Date: Wed, 22 Jan 2025 18:29:12 -0500 Subject: [PATCH] remove security prompt from issue selection prompt Signed-off-by: Shaun Thompson --- .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 28a7c200a37d..4e219c665752 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,6 @@ # https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser blank_issues_enabled: true contact_links: - - name: Security and Vulnerabilities - url: https://github.com/moby/buildkit/blob/master/.github/SECURITY.md - about: Please report any security issues or vulnerabilities responsibly to the Docker security team. Please do not use the public issue tracker. - name: Questions and Discussions url: https://github.com/moby/buildkit/discussions/new about: Use Github Discussions to ask questions and/or open discussion topics.