Fork the project on the project page
Checkout the project from your own repository.
git clone https://github.com/[your github username]/wine_bouncer.git
cd wine_bouncer
git remote add upstream https://github.com/Antek-drzewiecki/wine_bouncer.git
Make sure your fork is up to date and make a feature from the master branch.
git checkout -b my-new-feature
See README
Run your specs to make sure nothing is broken ;)
We appreciate pull requests. Even specs only to identify an problem!
Because we want to ensure the quality of our gem. We cannot accept functional changes without tests.
Documentation is appreciated. Its nice to know people know how to use features. Also feel free to update the changelog with the changes.
Commit your changes.
git add ...
git commit -m 'Add some feature'
Push to the branch.
git push origin my-new-feature
Check your feature branch, once its passes Travis-CI, create a pull request
Thanks you for participating!