Skip to content

Commit bcc522b

Browse files
authored
Add periods to PR template list entries that didn't have it (#628)
2 parents 26b294a + f107e52 commit bcc522b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Checklist before requesting a review
44

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
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.
88
- [ ] 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 appropriate existing `###` subsection of the existing `## Trunk` section.
99
- [ ] If applicable, add an entry in [the `MIGRATION.md` file](https://github.com/wordpress-mobile/release-toolkit/blob/trunk/MIGRATION.md) to describe how the changes will affect the migration from the previous major version and what the clients will need to change and consider.

0 commit comments

Comments
 (0)