diff options
author | Brad King <brad.king@kitware.com> | 2018-08-06 12:52:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-08-06 12:52:45 (GMT) |
commit | 6038f0730a8b043328ad80ed2fdea66604bc6509 (patch) | |
tree | cf92401711e819d4a410598ad88e0ca86ba6c9f8 | |
parent | 1d76991a412873aa3a0aed9735a06d658ef367e7 (diff) | |
parent | 670324bea29d484287ce0b81fe7cea52ba6e92bd (diff) | |
download | CMake-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.rst | 4 |
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. |