Blame CONTRIBUTING.md

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