From a4ba294fa5c6a6158a0c993ee453afcb4e57197c Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Sat, 6 Jul 2024 19:56:16 +0200 Subject: [PATCH] chore(meta): remove security link from issue template config (#9350) --- .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 120ee1dc1..cfefdb13a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,3 @@ contact_links: - name: GitHub Discussions url: https://github.com/paradigmxyz/reth/discussions about: Please ask and answer questions here to keep the issue tracker clean. - - name: Security - url: mailto:georgios@paradigm.xyz - about: Please report security vulnerabilities here.