Sha256: 8e176b95790e2754e3c4d7ee88ad9991e9694003d2a1afd3e1ec3dd67f0e0e70

Contents?: true

Size: 1.4 KB

Versions: 58

Compression:

Stored size: 1.4 KB

Contents

# Contributing

We love pull requests. Here's a quick guide.

Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.

Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.

Fork, then clone the repo:

    git clone git@github.com:your-username/washout_builder.git

Start a feature/bugfix branch.

Set up your machine:

    bundle install

Make sure the tests pass:

    bundle exec rake

Make your change. Add tests for your change. Make the tests pass:

    bundle exec rake

Push to your fork and [submit a pull request][pr].

[pr]: https://github.com/bogdanRada/washout_builder/compare

At this point you're waiting on us. We like to at least comment on pull requests
within three business days (and, typically, one business day). We may suggest
some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted:

* Write tests.
* Try to follow this [style guide][style].
* Write a [good commit message][commit].

[style]: https://github.com/thoughtbot/guides/tree/master/style
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
washout_builder-2.0.5 CONTRIBUTING.md
washout_builder-2.0.4 CONTRIBUTING.md
washout_builder-2.0.3 CONTRIBUTING.md
washout_builder-2.0.2 CONTRIBUTING.md
washout_builder-2.0.0 CONTRIBUTING.md
washout_builder-1.7.5 CONTRIBUTING.md
washout_builder-1.7.4 CONTRIBUTING.md
washout_builder-1.7.3 CONTRIBUTING.md
washout_builder-1.7.2 CONTRIBUTING.md
washout_builder-1.7.1 CONTRIBUTING.md
washout_builder-1.7.0 CONTRIBUTING.md
washout_builder-1.6.5 CONTRIBUTING.md
washout_builder-1.6.4 CONTRIBUTING.md
washout_builder-1.6.3 CONTRIBUTING.md
washout_builder-1.6.2 CONTRIBUTING.md
washout_builder-1.6.1 CONTRIBUTING.md
washout_builder-1.5.6 CONTRIBUTING.md
washout_builder-1.5.5 CONTRIBUTING.md
washout_builder-1.5.4 CONTRIBUTING.md
washout_builder-1.5.3 CONTRIBUTING.md