Sha256: 8751c3fadcdb5f351848576888023276927c6062f24ec8bbdd9e71f50b5fb443

Contents?: true

Size: 970 Bytes

Versions: 1

Compression:

Stored size: 970 Bytes

Contents

# Contributing

Feel free to contribute to this project, however, it may be better to
contribute to the original [Suspenders][suspenders-contrib] project instead.

If you do want to contribute please follow the same thoughtbot guidelines:

Fork the repo:

    git clone git@github.com:jonr22/shoelaces.git

Set up your machine:

    ./bin/setup

Make sure the tests pass:

    rake

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

    rake

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

[pr]: https://github.com/jonr22/shoelaces/compare/


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

* Write tests.
* Follow our [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
[suspenders-contrib]: https://github.com/thoughtbot/suspenders/blob/master/CONTRIBUTING.md

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoelaces-0.1.0 CONTRIBUTING.md