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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2018-01-25 14:56:56 +0300
committerJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-01-25 14:56:56 +0300
commit3a1be410fe8f57e29a73c782152af84b619fba90 (patch)
tree12ab4a144ffa50e2b934cfa6dc8a50611928831c /CONTRIBUTING.md
parent0470aecd6801482daf774d2faff3de879d4f2279 (diff)
Document how to add a Gitaly endpoint
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a2bf0daf9..521320921 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -157,6 +157,8 @@ the traditional author-reviewer 1-author-reviewer 1-reviewer 2-author-reviewer 2
## Gitaly Developer Quick-start Guide
+For Rubyist interested in a primer on working on Gitaly, please read the [Rubyist Gitaly Guide](./doc/ruby_endpoint.md)
+
- Check the [README.md](README.md) file to ensure that you have the correct version of Go installed.
- To **lint**, **check formatting**, etc: `make verify`
- To **build**: `make build`