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-04 14:50:05 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-05-04 14:50:05 +0300
commitcd88b07f80d4af2505052011143a7428189bb6f9 (patch)
tree20332a42b7820b4473b1797782c2638d4672365e /CONTRIBUTING.md
parente86e6d13c4aa40f548043b667d51ab4a4ec74201 (diff)
Add CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000000000..d7140fa8e
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,9 @@
+# Contributing to Gitaly
+
+This document describes requirements for merge requests to Gitaly.
+
+### Changelog
+
+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.