From d01f6f942298e35c1a3105263b3d6eb4b40a84d3 Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Wed, 22 Mar 2017 21:48:31 -0700 Subject: [PATCH] Add github PR template --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..98be8222900e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ + +Before submitting a pull request, please verify the following: + +* [ ] If you've added code that should be tested, please add tests. +* [ ] If you've modified the API (e.g. added a new config or public method), update the [docs](https://github.com/getsentry/raven-js/tree/master/docs) and TypeScript [declaration file](/getsentry/raven-js/blob/master/typescript/raven.d.ts). +* [ ] Ensure your code lints and the test suite passes (npm test).