Skip to content

Commit 7a9093c

Browse files
authored
Merge pull request #434 from wordpress-mobile/add/github-pull-request-template
Add the GitHub pull request template
2 parents 5da96f8 + 3bef907 commit 7a9093c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## What does it do?
2+
3+
## Checklist before requesting a review
4+
5+
- [ ] Run `bundle exec rubocop` to test for code style violations and recommendations
6+
- [ ] Add Unit Tests (aka `specs/*_spec.rb`) if applicable
7+
- [ ] Run `bundle exec rspec` to run the whole test suite and ensure all your tests pass
8+
- [ ] Make sure you added an entry in [the `CHANGELOG.md` file](https://github.com/wordpress-mobile/release-toolkit/blob/trunk/CHANGELOG.md#trunk) to describe your changes under the approprioate existing `###` subsection of the existing `## Trunk` section.

0 commit comments

Comments
 (0)