diff options
author | Rémy Coutable <remy@rymai.me> | 2018-10-11 13:57:49 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-10-11 16:33:46 +0200 |
commit | bfd6129506124a29eb96cf9c02e73e3c4a86092d (patch) | |
tree | bd242ca7648092f5229ef463224b4154186feaf2 /doc/development/README.md | |
parent | c230b5d16fcbb9e93647642c5aaa6f884cb6bfe9 (diff) | |
download | gitlab-ce-bfd6129506124a29eb96cf9c02e73e3c4a86092d.tar.gz |
Improve the contributing documentation
This removes duplicated content from CONTRIBUTING.md and consolidate
everything under doc/development/contributing/.
This also fixes missing links.
Lastly, this moves the style guides from the "Implement design & UI
elements" page to a new "Style guides" page.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 43d3865da0e..0491e8d489f 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -8,7 +8,7 @@ description: 'Learn how to contribute to GitLab.' ## Get started! - Set up GitLab's development environment with [GitLab Development Kit (GDK)](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/README.md) -- [GitLab contributing guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md) +- [GitLab contributing guide](contributing/index.md) - [Architecture](architecture.md) of GitLab - [Rake tasks](rake_tasks.md) for development |