From 419aaf2e362d5feb9e1208b9c50fc801d85e269f Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Tue, 9 May 2023 11:37:48 -0400 Subject: [PATCH] issue templates: remove Report Security Vulnerability (#867) This is redundant as Github automatically adds a section for this near the top. --- .github/ISSUE_TEMPLATE/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9c675ca..94e2c6b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -11,7 +11,3 @@ contact_links: - name: 📱 Mobile Nebula url: https://github.com/definednet/mobile_nebula about: 'This issue tracker is not for mobile support. Try the Mobile Nebula repo instead!' - - - name: 🔒 Report Security Vulnerability - url: https://github.com/slackhq/nebula/blob/master/SECURITY.md - about: 'Please view SECURITY.md to learn how to report security vulnerabilities.'