diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-10-15 10:48:05 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-12-28 18:44:36 +0000 |
commit | 3f567781ddc1134b27f8d59c4ff4558ffbf80ff6 (patch) | |
tree | a6eca373beb220ac6d0adb5a4e9b547ba723cfa9 /CONTRIBUTING.md | |
parent | 0397c8b6287e0fc2614a84e9350bd33316c3dbf2 (diff) | |
download | gtk+-3f567781ddc1134b27f8d59c4ff4558ffbf80ff6.tar.gz |
docs: Clarify the section on commit access
The section is about rules for direct commit access to the upstream
repository, so let's be more clear about it.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8fffe4d678..c67d0c6f3e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -210,7 +210,7 @@ Closes: https://gitlab.gnome.org/GNOME/gtk/issues/1234 the commit message, e.g. `Bug: #1234`, and use the automatic issue closing syntax in the description of the merge request. -### Access to the GTK repository +### Commit access to the GTK repository GTK is part of the GNOME infrastructure. At the current time, any person with write access to the GNOME repository can merge changes to @@ -238,10 +238,11 @@ people committing to GTK to follow a few rules: 0. Always write a meaningful commit message. Changes without a sufficient commit message will be reverted. -0. Never push to a public branch directly; you should always go through - a merge request, to ensure that the code is tested on the CI infrastructure - at the very least. A merge request is also the proper place to get a - comprehensive code review from the core developers of GTK. +0. Never push to the `master` branch, or any stable branches, directly; you + should always go through a merge request, to ensure that the code is + tested on the CI infrastructure at the very least. A merge request is + also the proper place to get a comprehensive code review from the core + developers of GTK. If you have been contributing to GTK for a while and you don't have commit access to the repository, you may ask to obtain it following the [GNOME account |