summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorJean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>2018-03-13 03:39:32 (GMT)
committerBrad King <brad.king@kitware.com>2018-03-15 11:56:30 (GMT)
commit27502491dd0500144311cf31750ed5fa24ac5988 (patch)
treea875c78affdd9336d84ef9a6b13369e40e792fd3 /CONTRIBUTING.rst
parent89d00bfcee33a724a9a51e5a7cf40ab0785d9a9b (diff)
downloadCMake-27502491dd0500144311cf31750ed5fa24ac5988.zip
CMake-27502491dd0500144311cf31750ed5fa24ac5988.tar.gz
CMake-27502491dd0500144311cf31750ed5fa24ac5988.tar.bz2
CONTRIBUTING: Clarify choice of master or release branch as a base
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 381769d..fa2c23d 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -29,6 +29,8 @@ To contribute patches:
#. Base all new work on the upstream ``master`` branch.
Base work on the upstream ``release`` branch only if it fixes a
regression or bug in a feature new to that release.
+ If in doubt, prefer ``master``. Reviewers may simply ask for
+ a rebase if deemed appropriate in particular cases.
#. Create commits making incremental, distinct, logically complete changes
with appropriate `commit messages`_.
#. Push a topic branch to a personal repository fork on GitLab.