Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2020-11-11 00:20:32 +0300
committerGitHub <noreply@github.com>2020-11-11 00:20:32 +0300
commitfece6d36114894005dba83b9d9880b5693038a2a (patch)
tree040f353f4c7e407bf0501af07e5caf66d931bec8 /.github
parent9dbf0f393d0548d3b26e842808eefce6b0961a2a (diff)
Add link to PR template to a security checklist (#16695)
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 53bd65975e..a7735911ee 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -6,7 +6,7 @@ Please include a description of this change and which issue it fixes. If no issu
* [ ] Functional review done
* [ ] Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
-* [ ] Security review done
+* [ ] Security review done [see checklist](https://developer.matomo.org/guides/security-in-piwik#checklist)
* [ ] Code review done
* [ ] Tests were added if useful/possible
* [ ] Reviewed for breaking changes