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:
authorJacob Vosmaer <jacob@gitlab.com>2017-05-08 12:18:10 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-05-08 12:18:10 +0300
commit5a9230d632bc6acaa4e31467909980c6ab9701c6 (patch)
tree3227b4bef2620028236b5300e6e4122e2d594d43 /CONTRIBUTING.md
parent6df66b403aeff04fae7cf72c60cfcb422650a510 (diff)
Use RPC name in changelog entries
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d7140fa8e..03a24f178 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,3 +7,8 @@ This document describes requirements for merge requests to Gitaly.
Any new merge request must contain either a CHANGELOG.md entry or a
justification why no changelog entry is needed. New changelog entries
should be added to the 'UNRELEASED' section of CHANGELOG.md.
+
+If a change is specific to an RPC, start the changelog line with the
+RPC name. So for a change to RPC `FooBar` you would get:
+
+> FooBar: Add support for `fluffy_bunnies` parameter