diff options
author | Oswaldo Ferreira <oswaldo@gitlab.com> | 2019-07-19 03:04:09 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-19 03:04:09 +0000 |
commit | df96b7c075ca7e59ed5c7b321290eb869a17e44c (patch) | |
tree | 6ae3c0a478597d4b034e68a620c6916ad252203f /doc/development/README.md | |
parent | 4ae7068e49cbd0a9d53e0cdb2ebf701ff9566a3a (diff) | |
download | gitlab-ce-df96b7c075ca7e59ed5c7b321290eb869a17e44c.tar.gz |
Document interacting GitLab components and features
It's not uncommon that a single code change can reflect and
interact with multiple parts of GitLab codebase, making it
possible to break an existing feature.
This commit expands documentation in that regard for developers.
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index a74770ae383..4f16473e7e2 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -63,6 +63,7 @@ description: 'Learn how to contribute to GitLab.' - [Routing](routing.md) - [Repository mirroring](repository_mirroring.md) - [Git LFS](lfs.md) +- [Developing against interacting components or features](interacting_components.md) ## Performance guides |