diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 21:46:53 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 15:00:17 (GMT) |
commit | 03b1140ddc6341aec37f55437cdabba8fcdfe906 (patch) | |
tree | c19629782fdc07e6e3840b1ebadd9045b3054d7f /CONTRIBUTING.rst | |
parent | 87f8843d8b97cf174302858ee5344a737a520c9b (diff) | |
download | CMake-03b1140ddc6341aec37f55437cdabba8fcdfe906.zip CMake-03b1140ddc6341aec37f55437cdabba8fcdfe906.tar.gz CMake-03b1140ddc6341aec37f55437cdabba8fcdfe906.tar.bz2 |
CONTRIBUTING: Fix typos and spelling
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3006214..a6a2082 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -38,7 +38,7 @@ To contribute patches: #. Push the 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 labelled "Allow commits from members who can merge to the + Check the box labeled "Allow commits from members who can merge to the target branch". This will allow maintainers to make minor edits on your behalf. |