From b69482a128c250e469ec73a92cb01a77fec3c32b Mon Sep 17 00:00:00 2001 From: Andrew Williamson Date: Fri, 14 Aug 2026 12:17:05 +0100 Subject: [PATCH] Add security bug link to new issue prompt; replace discourse with matrix wdyt? --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f6517ded..0cdfacca 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: - - name: AMO Matrix channel - url: https://matrix.to/#/#amo:mozilla.org + - name: Security Bug Report + url: https://www.mozilla.org/en-US/security/web-bug-bounty/ + about: File security-related bugs via our bug bounty program + - name: AMO Discourse + url: https://discourse.mozilla.org/c/add-ons/35 about: Please ask and answer questions here.