From: Dmitri Shuralyov Date: Fri, 7 Jan 2022 17:50:37 +0000 (+0000) Subject: .github: remove duplicate security link X-Git-Tag: go1.18beta2~145 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2f45981679551e88880a18684a4d65ca3d9b45d9;p=gostls13.git .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 --- 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