Make an exception for doc-only PRs

This commit is contained in:
Michael Snoyman 2017-06-23 15:45:54 +03:00
parent 14a8b6b871
commit a3fdd98771
No known key found for this signature in database
GPG key ID: A048E8C057E86876

View file

@ -81,6 +81,10 @@ project.
* Added the `downloadJPEG` function * Added the `downloadJPEG` function
``` ```
* Slight exception to the above: if you're making a doc-only PR, don't bother
with a version bump, but instead add a ChangeLog entry with `## Unreleased`
and a description of the change.
* Do not include unrelated changes in your PR, it makes it difficult * Do not include unrelated changes in your PR, it makes it difficult
to review, more likely to get delayed, and more likely to conflict to review, more likely to get delayed, and more likely to conflict
with other changes. Include separate changes in separate PRs. with other changes. Include separate changes in separate PRs.