Skip to content

Commit adea26b

Browse files
authored
docs: update pr template with checklist (electron#13270)
This PR updates the Pull Request template so that contributors see a clearer checklist of items they need to complete in order to have a given PR reviewed and landed.
1 parent b4cce8e commit adea26b

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
Thank you for your Pull Request. Please provide a description above and review
33
the requirements below.
44
5-
Bug fixes and new features should include tests and possibly benchmarks.
6-
75
Contributors guide: https://github.com/electron/electron/blob/master/CONTRIBUTING.md
8-
-->
6+
-->
7+
8+
##### Checklist
9+
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
10+
11+
- [ ] PR description included and stakeholders cc'd
12+
- [ ] `npm test` passes
13+
- [ ] tests are [changed or added](https://github.com/electron/electron/blob/master/docs/development/testing.md)
14+
- [ ] relevant documentation is changed or added
15+
- [ ] commit messages or PR title follow semantic [commit guidelines](https://github.com/electron/electron/blob/master/docs/development/pull-requests.md#commit-message-guidelines)

0 commit comments

Comments
 (0)