summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-08-06 12:52:39 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-08-06 12:52:45 (GMT)
commit6038f0730a8b043328ad80ed2fdea66604bc6509 (patch)
treecf92401711e819d4a410598ad88e0ca86ba6c9f8
parent1d76991a412873aa3a0aed9735a06d658ef367e7 (diff)
parent670324bea29d484287ce0b81fe7cea52ba6e92bd (diff)
downloadCMake-6038f0730a8b043328ad80ed2fdea66604bc6509.zip
CMake-6038f0730a8b043328ad80ed2fdea66604bc6509.tar.gz
CMake-6038f0730a8b043328ad80ed2fdea66604bc6509.tar.bz2
Merge topic 'update_maintainer_edit_label'
670324bea2 Help: Update maintainer edit checkbox label Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2263
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 9e67703..84f6abb 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -36,7 +36,9 @@ 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.
+ Check the box labelled "Allow commits from members who can merge to the
+ target branch". This will allow maintainers to make minor edits on your
+ behalf.
The merge request will enter the `CMake Review Process`_ for consideration.