summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2012-11-07 00:51:29 -0500
committerAlan Antonuk <alan.antonuk@gmail.com>2012-11-07 00:51:29 -0500
commit6aa5779d74353f03e56d0c5079885ec2535011a8 (patch)
treebe5088bf738a03a0f447a5d8a5fb32732a8bda73 /CONTRIBUTING.md
parentbca84cad94d295035742e084d3920a0c80b12da1 (diff)
downloadrabbitmq-c-6aa5779d74353f03e56d0c5079885ec2535011a8.tar.gz
Adding a CONTRIBUTING.md document
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..20c2e4d
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,26 @@
+Contributing to rabbitmq-c
+==========================
+
+Thanks for contributing to rabbitmq-c. I firmly believe that participation helps
+make open source software great. With that there are a few things that can be
+done to make our interaction a bit smoother.
+
+Please use the following guidelines when creating an issue or submitting a
+pull request
+
+Creating an issue
+-----------------
+When submitting an issue its helpful to know the following
+ - What version of rabbitmq-c are you using?
+ - What operating system and version are you running on?
+ - What compiler and version are you running?
+ -
+ - If its a build system issue: which build system are you using (
+
+
+Submitting a pull-request
+-------------------------
+I love to get code contributions, a few things that can help out:
+ - Make sure your commits are rebased on the current master branch
+ - Please collapse your commits down to a couple logical commits
+