diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-12-24 11:45:03 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-12-24 11:45:03 +0100 |
commit | b3198b61b96e0445cced0fc9a07b4fb991f12524 (patch) | |
tree | 9688f448ffba303b7a0d06487c2dbde3d45f5c6d /CONTRIBUTING.md | |
parent | 2df09c6415e1bdfc3d81cd3f8f2f15d7c970f415 (diff) | |
download | gitlab-ce-b3198b61b96e0445cced0fc9a07b4fb991f12524.tar.gz |
Note what has to be updated for new packages.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be3b8bb5e2d..c82a4c623e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,6 +101,16 @@ Please ensure you support the feature you contribute through all of these steps. 1. Community questions answered 1. Answers to questions radiated (in docs/wiki/etc.) +If you add a dependency in GitLab (such as an operating system package) please consider updating the following and note the applicability of each in your merge request: + +1. Note the addition in the release blog post (create one if it doesn't exist yet) https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/ +1. Upgrade guide, for example https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/7.5-to-7.6.md +1. Upgrader https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/upgrader.md#2-run-gitlab-upgrade-tool +1. Installation guide https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#1-packages-dependencies +1. GitLab Development Kit https://gitlab.com/gitlab-org/gitlab-development-kit +1. Test suite https://gitlab.com/gitlab-org/gitlab-ci/blob/master/doc/examples/configure_a_runner_to_run_the_gitlab_ce_test_suite.md +1. Omnibus package creator https://gitlab.com/gitlab-org/omnibus-gitlab + ## Merge request description format 1. What does this MR do? |