diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-04-06 09:17:35 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-04-06 09:17:35 +0000 |
commit | bf54baa73bb648be3e13a74c14641e3916b54269 (patch) | |
tree | fc051abd6f5759f24f09c65d44ac576a7d85335d /doc/administration | |
parent | 20e9b32c96a5b08e3f61c8974b43977f98d8666e (diff) | |
download | gitlab-ce-bf54baa73bb648be3e13a74c14641e3916b54269.tar.gz |
Add note about contributing back to GitLab to plugins.md
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/plugins.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/administration/plugins.md b/doc/administration/plugins.md index c91ac3012b9..dedb1f913d7 100644 --- a/doc/administration/plugins.md +++ b/doc/administration/plugins.md @@ -1,5 +1,9 @@ # Plugins +**Note:** Instead of writing and supporting your own plugin you can make changes +directly to the GitLab source code and contribute it back to the upstream. This way we can +ensure functionality is preserved across versions and covered by tests. + **Note:** Plugins must be configured on the filesystem of the GitLab server. Only GitLab server administrators will be able to complete these tasks. Please explore [system hooks] or [webhooks] as an option if you do not |