summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-04-12 13:16:28 -0400
committerBrad King <brad.king@kitware.com>2018-04-12 13:16:38 -0400
commitfc7e1de188d0b55b8838132e15fd1ba7ded3bc75 (patch)
treefeae03ac03330115d22fec5a9d2487ba3279b20c /CONTRIBUTING.rst
parent4984d8433edb05eac446542b561a31edf7a25783 (diff)
downloadcmake-fc7e1de188d0b55b8838132e15fd1ba7ded3bc75.tar.gz
CONTRIBUTING: Mention GitLab option to allow edits from maintainers
Collaboration between contributors and developers is easier if a developer can push an update to a contributor's MR source branch.
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index fa2c23d903..01987be09a 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -36,6 +36,7 @@ To contribute patches:
#. Push a topic branch to a personal repository fork on GitLab.
#. Create a GitLab Merge Request targeting the upstream ``master`` branch
(even if the change is intended for merge to the ``release`` branch).
+ Check the box to allow edits from maintainers.
The merge request will enter the `CMake Review Process`_ for consideration.