diff options
author | Brad King <brad.king@kitware.com> | 2018-04-12 17:16:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-04-12 17:16:38 (GMT) |
commit | fc7e1de188d0b55b8838132e15fd1ba7ded3bc75 (patch) | |
tree | feae03ac03330115d22fec5a9d2487ba3279b20c /CONTRIBUTING.rst | |
parent | 4984d8433edb05eac446542b561a31edf7a25783 (diff) | |
download | CMake-fc7e1de188d0b55b8838132e15fd1ba7ded3bc75.zip CMake-fc7e1de188d0b55b8838132e15fd1ba7ded3bc75.tar.gz CMake-fc7e1de188d0b55b8838132e15fd1ba7ded3bc75.tar.bz2 |
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.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fa2c23d..01987be 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. |