Add CONTRIBUTING file 51/31851/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 23 Dec 2015 21:48:59 +0000 (16:48 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 4 Jan 2016 20:14:05 +0000 (15:14 -0500)
Change-Id: I6686564897d01b600a88159da8e7d3b88d352f3e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
CONTRIBUTING.markdown [new file with mode: 0644]

diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown
new file mode 100644 (file)
index 0000000..8aab8a6
--- /dev/null
@@ -0,0 +1,15 @@
+# Contributing to releng/builder
+
+Thank you for your interest in the OpenDaylight project. This is a project repo
+for one of many OpenDaylight projects [1].
+
+## How to contribute
+
+Contributions to this project are welcome. This project uses [Gerrit][2] as our
+code review system and all contributions should be directed to there. Please
+refer to our documentation on [Submitting patches][3] for details on how to
+submit code to this project.
+
+[1] <https://wiki.opendaylight.org/view/Project_list>
+[2] <https://git.opendaylight.org/gerrit/#/admin/projects/releng/builder>
+[3] <https://wiki.opendaylight.org/view/Submit_a_Patch>