Bunny has a mailing list. We encourage you to also join the rabbitmq-discuss mailing list. Feel free to ask any questions that you may have.
For more immediate help, please join #rabbitmq
on irc.freenode.net
.
To subscribe for announcements of releases, important changes and so on, please follow @rubyamqp on Twitter.
If you find a bug, poor default, missing feature or find any part of the API inconvenient, please file an issue on GitHub. When filing an issue, please specify which Bunny and RabbitMQ versions you are using, provide recent RabbitMQ log file contents if possible, and try to explain what behavior you expected and why. Bonus points for contributing failing test cases.
First, clone the repository and run
bundle install --binstubs
and then run tests with
./bin/rspec -cfs spec
After that create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on GitHub.