From dd159c5dcba4ef7c7e8b10ca6b1abea27a923094 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Sat, 22 Aug 2026 14:16:29 -0700 Subject: [PATCH] docs: point security reports at Bugcrowd in the PR template Adds one line to the template's leading HTML comment so a contributor sees it while writing the PR and does not file a vulnerability in public. Co-Authored-By: Claude Opus 5 --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3c4cb66c..90b44464 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,6 +5,9 @@ Thank you for your Pull Request. Please provide a description above and review the requirements below. Bug fixes and new features should include tests. + +Do not report security vulnerabilities in a public pull request or issue. Use +https://bugcrowd.com/engagements/opensea instead. --> ## Motivation