summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-04-05 12:37:41 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-06 14:32:27 +0200
commit352bc7d2b9a4ed5725e4f0e9f2e63d71678de9bc (patch)
tree0e088b2b55a6f66e0dfd830b974987d24f6ccd4d /doc/development/README.md
parent1af6cf28c031cec7813d3fc090476c088de57173 (diff)
downloadgitlab-ce-352bc7d2b9a4ed5725e4f0e9f2e63d71678de9bc.tar.gz
Added dev guide for measuring Ruby blocksmetrics-measure-block
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 1b281809afc..8940b558fb6 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -4,6 +4,7 @@
- [CI setup](ci_setup.md) for testing GitLab
- [Gotchas](gotchas.md) to avoid
- [How to dump production data to staging](db_dump.md)
+- [Instrumentation](instrumentation.md)
- [Migration Style Guide](migration_style_guide.md) for creating safe migrations
- [Rake tasks](rake_tasks.md) for development
- [Shell commands](shell_commands.md) in the GitLab codebase