diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 154052e61323..9a2d96970f62 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,14 @@ Thank you for your Pull Request. Please provide a description above and review the requirements below. -Bug fixes and new features should include tests and possibly benchmarks. - Contributors guide: https://github.com/electron/electron/blob/master/CONTRIBUTING.md ---> \ No newline at end of file +--> + +##### Checklist + + +- [ ] PR description included and stakeholders cc'd +- [ ] `npm test` passes +- [ ] tests are [changed or added](https://github.com/electron/electron/blob/master/docs/development/testing.md) +- [ ] relevant documentation is changed or added +- [ ] commit messages or PR title follow semantic [commit guidelines](https://github.com/electron/electron/blob/master/docs/development/pull-requests.md#commit-message-guidelines) \ No newline at end of file