diff options
author | Joas Schilling <coding@schilljs.com> | 2024-05-02 11:33:33 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-05-02 11:33:33 +0200 |
commit | d937639848f9240b86178a22e97360af1776cdea (patch) | |
tree | 27a3542c661523eb3bf2c8ed81a26681b362f9a8 /.github | |
parent | 1098abd399c459769afdc12322275f85b64b2b65 (diff) | |
download | nextcloud-server-d937639848f9240b86178a22e97360af1776cdea.tar.gz nextcloud-server-d937639848f9240b86178a22e97360af1776cdea.zip |
fix(github): Add a security info to the PR template
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d6a334071a6..383c8e4c711 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,8 @@ +<!-- + - 🚨 SECURITY INFO + - + - Before sending a pull request that fixes a security issue please report it via our HackerOne page (https://hackerone.com/nextcloud) following our security policy (https://nextcloud.com/security/). This allows us to coordinate the fix and release without potentially exposing all Nextcloud servers and users in the meantime. +--> * Resolves: # <!-- related github issue --> |