We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa08bdf commit 4cc3d48Copy full SHA for 4cc3d48
CONTRIBUTING.md
@@ -0,0 +1,15 @@
1
+### Contributing to NetMQ
2
+
3
+* The contributors are listed in [AUTHORS.md](https://github.com/zeromq/netmq/blob/master/AUTHORS.md) (add yourself).
4
5
+* This project uses a modified version of the LGPL v3 license, see
6
+[COPYING.LESSER](https://github.com/zeromq/netmq/blob/master/COPYING.LESSER).
7
8
+* We use the [C4.1 (Collective Code Construction Contract)](http://rfc.zeromq.org/spec:22) process for contributions.
9
+Please read this if you are unfamiliar with it.
10
11
+* Please maintain the existing code style.
12
13
+* Please try to keep your commits small and focussed.
14
15
+* If the project diverges from your branch, please rebase instead of merging. This makes the commit graph easier to read.
0 commit comments