diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-02-16 22:09:00 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-02-16 22:09:00 -0500 |
commit | 6053ad847400443e8ab870cc6a4bcb14be236fb3 (patch) | |
tree | 67e0a3a0b3c69208d2925e5dc896b54c77083787 /doc/development/README.md | |
parent | e82b17fa43822d765cad1b813227032b267b3781 (diff) | |
download | gitlab-ce-6053ad847400443e8ab870cc6a4bcb14be236fb3.tar.gz |
Add "Gotchas" development doc
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 4226dc3df12..b9a0d81e5ba 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -3,6 +3,7 @@ - [Architecture](architecture.md) of GitLab - [Benchmarking](benchmarking.md) - [CI setup](ci_setup.md) for testing GitLab +- [Gotchas](gotchas.md) to avoid - [How to dump production data to staging](db_dump.md) - [Migration Style Guide](migration_style_guide.md) for creating safe migrations - [Rake tasks](rake_tasks.md) for development |