From bdd238cab76ef48f7d90313e60ca202d613523b6 Mon Sep 17 00:00:00 2001 From: aeneasr Date: Thu, 23 May 2019 12:07:09 +0200 Subject: [PATCH] docs: Updates issue and pull request templates Signed-off-by: aeneasr --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b7818434..df15245b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,8 +25,9 @@ them, don't hesitate to ask. We're here to help! This is simply a reminder of wh --> - [ ] I have read the [contributing guidelines](CONTRIBUTING.md) +- [ ] I have read the [security policy](SECURITY.md) - [ ] I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security -vulnerability, I confirm that I got green light (please contact [hi@ory.sh](mailto:hi@ory.sh)) from the maintainers to push the changes. +vulnerability, I confirm that I got green light (please contact [security@ory.sh](mailto:security@ory.sh)) from the maintainers to push the changes. - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added necessary documentation within the code base (if appropriate)