From a3fdd9877163f09947e57ad4abaaf74d0692e5a0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 23 Jun 2017 15:45:54 +0300 Subject: [PATCH] Make an exception for doc-only PRs --- posts/how-to-send-me-a-pull-request.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/posts/how-to-send-me-a-pull-request.md b/posts/how-to-send-me-a-pull-request.md index e75a108..c3919cd 100644 --- a/posts/how-to-send-me-a-pull-request.md +++ b/posts/how-to-send-me-a-pull-request.md @@ -81,6 +81,10 @@ project. * 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 to review, more likely to get delayed, and more likely to conflict with other changes. Include separate changes in separate PRs.