Blame CONTRIBUTING.md

Packit 12c978
Contributing to rabbitmq-c
Packit 12c978
==========================
Packit 12c978
Packit 12c978
Thanks for contributing to rabbitmq-c. I firmly believe that participation helps
Packit 12c978
make open source software great. With that there are a few things that can be
Packit 12c978
done to make our interaction a bit smoother.
Packit 12c978
Packit 12c978
Please use the following guidelines when creating an issue or submitting a 
Packit 12c978
pull request
Packit 12c978
Packit 12c978
Creating an issue
Packit 12c978
-----------------
Packit 12c978
When submitting an issue its helpful to know the following
Packit 12c978
 - What version of rabbitmq-c are you using?
Packit 12c978
 - What operating system and version are you running on?
Packit 12c978
 - What compiler and version are you running?
Packit 12c978
 -
Packit 12c978
 - If its a build system issue: which build system are you using (
Packit 12c978
Packit 12c978
Packit 12c978
Submitting a pull-request
Packit 12c978
-------------------------
Packit 12c978
I love to get code contributions, a few things that can help out:
Packit 12c978
 - Make sure your commits are rebased on the current master branch
Packit 12c978
 - Please collapse your commits down to a couple logical commits
Packit 12c978