Sha256: 1798eb9e856d3a53e8d2c03896cfb09f4705c573bd6af5a567a160d2f6e5748d

Contents?: true

Size: 1.32 KB

Versions: 14

Compression:

Stored size: 1.32 KB

Contents

Changelog
=========

## Fork the project

Fork the project on the [project page]( https://github.com/Antek-drzewiecki/wine_bouncer/fork )

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
```

## Create your feature branch

Make sure your fork is [up to date](https://help.github.com/articles/syncing-a-fork) and make a feature from the master branch.

`git checkout -b my-new-feature`

## Prepare your development environment

See [README](README.md#development)

Run your specs to make sure nothing is broken ;)

## Write Tests and/or Code

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.

## Write documentation

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

Commit your changes. 
`git add ...`
`git commit -m 'Add some feature'`

## Push your changes

Push to the branch. 

`git push origin my-new-feature`

## Create a pull request

Check your feature branch, once its passes Travis-CI, create a pull request

Thanks you for participating!

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
privy_wine_bouncer-1.0.4.5 CONTRIBUTING.md
wine_bouncer-1.0.4 CONTRIBUTING.md
wine_bouncer-1.0.3 CONTRIBUTING.md
wine_bouncer-1.0.2 CONTRIBUTING.md
wine_bouncer-1.0.1 CONTRIBUTING.md
wine_bouncer-1.0.0 CONTRIBUTING.md
wine_bouncer-0.5.1 CONTRIBUTING.md
wine_bouncer-0.5.0 CONTRIBUTING.md
wine_bouncer-0.4.0 CONTRIBUTING.md
wine_bouncer-0.3.1 CONTRIBUTING.md
wine_bouncer-0.3.0 CONTRIBUTING.md
wine_bouncer-0.2.2 CONTRIBUTING.md
wine_bouncer-0.2.1 CONTRIBUTING.md
wine_bouncer-0.2.0 CONTRIBUTING.md