Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2015-05-11 16:09:36 +0300
committerJob van der Voort <jobvandervoort@gmail.com>2015-05-11 16:09:36 +0300
commit6a6047f80c63f55e70a3d66e70a221f319cab0d2 (patch)
tree84bcc24d7f470cabe0648443bae02609302dc542 /doc/development/README.md
parent396aba5e1032ac3f94dca85636ffa069c44e2360 (diff)
create migration style guide. Fixes #2305
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md3
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