Skip to content

Commit d6b1f42

Browse files
authored
Merge pull request #488 from wordpress-mobile/add/pr-template-with-migration
Add reference to the MIGRATION.md file to the PR template checklist
2 parents eeb93a9 + 46c8e8a commit d6b1f42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
- [ ] Run `bundle exec rubocop` to test for code style violations and recommendations
66
- [ ] Add Unit Tests (aka `specs/*_spec.rb`) if applicable
77
- [ ] 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.
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 appropriate existing `###` subsection of the existing `## Trunk` section.
9+
- [ ] 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)