From 779249fa92847a8b33ee6343cd674ce3d8a2b008 Mon Sep 17 00:00:00 2001 From: Andy Leiserson Date: Sun, 24 Aug 2025 14:20:33 -0700 Subject: [PATCH] Remove security issue type; github adds it automatically (#8142) --- .github/ISSUE_TEMPLATE/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7cfcd54472..29ab84ed12 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,8 +3,3 @@ contact_links: - name: Question about wgpu url: https://github.com/gfx-rs/wgpu/discussions/new/choose about: Any questions about how to use wgpu should go here. - - name: Security concerns - url: https://github.com/gfx-rs/wgpu/security - about: > - If you have found a possible vulnerability in wgpu, please read this - security policy for information about reporting it confidentially.