Sha256: 7e3b4e426b44f554c07987f56cf5e45a2fd7458d7c66e365e8bf792cc92353a8

Contents?: true

Size: 907 Bytes

Versions: 26

Compression:

Stored size: 907 Bytes

Contents

# How to Contribute

Pull requests are greatly appreciated and are what makes opensource great. Here's a quick guide:

* Fork it
* Create your feature branch (`git checkout -b my-new-feature`)
* Commit your changes (`git commit -am 'Add some feature'`)
* Push to the branch (`git push origin my-new-feature`)
* Create new Pull Request

Pester us if we don't get your Pull Requests merged in a timely fashion. :)

## How to speed the merging of pull requests

* Make commits of logical units.
* Ensure your commit messages help others understand what you are doing and why.
* Check for unnecessary whitespace with `git diff --check` before committing.
* Maintain the same code style.
* Maintain the same level of test coverage or improve it.

## Additional Resources

* [General GitHub documentation](http://help.github.com/)
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
braid-1.1.6 CONTRIBUTING.md
braid-1.1.5 CONTRIBUTING.md
braid-1.1.4 CONTRIBUTING.md
braid-1.1.3 CONTRIBUTING.md
braid-1.1.2 CONTRIBUTING.md
braid-1.1.1 CONTRIBUTING.md
braid-1.1.0 CONTRIBUTING.md
braid-1.0.22 CONTRIBUTING.md
braid-1.0.21 CONTRIBUTING.md
braid-1.0.20 CONTRIBUTING.md
braid-1.0.19 CONTRIBUTING.md
braid-1.0.18 CONTRIBUTING.md
braid-1.0.17 CONTRIBUTING.md
braid-1.0.16 CONTRIBUTING.md
braid-1.0.15 CONTRIBUTING.md
braid-1.0.14 CONTRIBUTING.md
braid-1.0.13 CONTRIBUTING.md
braid-1.0.12 CONTRIBUTING.md
braid-1.0.11 CONTRIBUTING.md
braid-1.0.10 CONTRIBUTING.md