Skip to content

Commit 6aa5779

Browse files
committedNov 7, 2012
Adding a CONTRIBUTING.md document
1 parent bca84ca commit 6aa5779

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
 

‎CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Contributing to rabbitmq-c
2+
==========================
3+
4+
Thanks for contributing to rabbitmq-c. I firmly believe that participation helps
5+
make open source software great. With that there are a few things that can be
6+
done to make our interaction a bit smoother.
7+
8+
Please use the following guidelines when creating an issue or submitting a
9+
pull request
10+
11+
Creating an issue
12+
-----------------
13+
When submitting an issue its helpful to know the following
14+
- What version of rabbitmq-c are you using?
15+
- What operating system and version are you running on?
16+
- What compiler and version are you running?
17+
-
18+
- If its a build system issue: which build system are you using (
19+
20+
21+
Submitting a pull-request
22+
-------------------------
23+
I love to get code contributions, a few things that can help out:
24+
- Make sure your commits are rebased on the current master branch
25+
- Please collapse your commits down to a couple logical commits
26+

0 commit comments

Comments
 (0)
Please sign in to comment.