From fc7e1de188d0b55b8838132e15fd1ba7ded3bc75 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 12 Apr 2018 13:16:28 -0400 Subject: 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. --- CONTRIBUTING.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTING.rst') 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. -- cgit v1.2.1