Skip to content

Commit 8d0bc42

Browse files
authored
Add github PR template (#902)
1 parent 069e7d0 commit 8d0bc42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
Before submitting a pull request, please verify the following:
3+
4+
* [ ] If you've added code that should be tested, please add tests.
5+
* [ ] 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).
6+
* [ ] Ensure your code lints and the test suite passes (npm test).

0 commit comments

Comments
 (0)