From 3fc7e6feb2810c3315c48cd0c1ab1bfdf3caba2f Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Sun, 17 Feb 2019 20:50:34 +0100 Subject: [PATCH] chore: add text about security advisories to github templates --- .github/ISSUE_TEMPLATE.md | 1 + .github/PULL_REQUEST_TEMPLATE.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 782cf3d5..69a98477 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,6 @@ Before filing issues, please check the following points first: +- [ ] Please don't open issues for security issues. Instead, file a report at https://www.npmjs.com/advisories/report?package=handlebars - [ ] Have a look at https://github.com/wycats/handlebars.js/blob/master/CONTRIBUTING.md - [ ] Read the FAQ at https://github.com/wycats/handlebars.js/blob/master/FAQ.md - [ ] Use the jsfiddle-template at https://jsfiddle.net/9D88g/47/ to reproduce problems or bugs diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5e307219..7a6428b2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,7 @@ Before creating a pull-request, please check https://github.com/wycats/handlebar Generally we like to see pull requests that +- [ ] Please don't start pull requests for security issues. Instead, file a report at https://www.npmjs.com/advisories/report?package=handlebars - [ ] Maintain the existing code style - [ ] Are focused on a single change (i.e. avoid large refactoring or style adjustments in untouched code if not the primary goal of the pull request) - [ ] Have good commit messages