File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,8 @@ See the [tool documentation](https://github.com/plone/meta) for more information
168
168
If you ignore a check, then write the good reason either in a comment or in the merge message.
169
169
- Get at least one approval from another Plone contributor, preferably a member of the GitHub Team for the repository.
170
170
- If the pull request has documentation, ask for a review from ` @plone/documentation-team ` .
171
- - You don't need to write anything in the merge message, as it usually populates with all the commit messages.
171
+ - Usually the merge message populates with all the commit messages, but some repositories aren't configured to do this.
172
+ It's helpful to include a descriptive message in the merge request.
172
173
- After merging, look for any linked issues that should be closed, and close them.
173
174
Sometimes the contributor forgets to include ` closes #123 ` in the description, which would automatically close the related issue.
174
175
- If the change is a bugfix, make sure that it is not merged to an older release branch unless it is also merged in separate pull request to ` main ` .
You can’t perform that action at this time.
0 commit comments