diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-05-11 14:43:26 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-05-11 14:43:26 +0000 |
commit | 426fa2af912c2ac56e0c70f79c9f175031465a3b (patch) | |
tree | 84bcc24d7f470cabe0648443bae02609302dc542 /doc/development/README.md | |
parent | 396aba5e1032ac3f94dca85636ffa069c44e2360 (diff) | |
parent | 6a6047f80c63f55e70a3d66e70a221f319cab0d2 (diff) | |
download | gitlab-ce-426fa2af912c2ac56e0c70f79c9f175031465a3b.tar.gz |
Merge branch 'migration-style-guide' into 'master'
Migration Style Guide
Fixes #2305
See merge request !1821
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index d5d264be19d..16df0b40c47 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -1,4 +1,4 @@ -# Development +# Development - [Architecture](architecture.md) of GitLab - [Shell commands](shell_commands.md) in the GitLab codebase @@ -6,3 +6,4 @@ - [CI setup](ci_setup.md) for testing GitLab - [Sidekiq debugging](sidekiq_debugging.md) - [UI guide](ui_guide.md) for building GitLab with existing css styles and elements +- [Migration Style Guide](migration_style_guide.md) for creating safe migrations |