From 2f45981679551e88880a18684a4d65ca3d9b45d9 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Fri, 7 Jan 2022 17:50:37 +0000 Subject: .github: remove duplicate security link Since a SECURITY.md file is present in the main Go repository, GitHub already shows a "Report a security vulnerability" link in the issue template list. Remove the duplicate custom link. Fixes #49962. Change-Id: Ifdf7e93b76ebd9258d907aa9cb4915c0dbc4f93e Reviewed-on: https://go-review.googlesource.com/c/go/+/376357 Trust: Dmitri Shuralyov Reviewed-by: Julie Qiu --- .github/ISSUE_TEMPLATE/config.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ddf5fc6833..c07f1e4d1c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,3 @@ contact_links: - name: Questions about: Please use one of the forums for questions or general discussions url: https://go.dev/wiki/Questions - - name: Security Vulnerabilities - about: See here for our security policy - url: https://go.dev/security -- cgit v1.2.3-54-g00ecf