Sha256: a2b0bbec1af1c790cc088d99cb5aa1a8d99eaa9dfeda881dfc701699145f43eb

Contents?: true

Size: 1011 Bytes

Versions: 14

Compression:

Stored size: 1011 Bytes

Contents

Contributing to Draper
===================

First of all, **thank you** for wanting to help and reading this!

If you have found a problem with Draper, please [check to see](https://github.com/drapergem/draper/issues) if there's already an issue and if there's not, [create a new report](https://github.com/drapergem/draper/issues/new). Please include your versions of Draper and Rails (and any other gems that are relevant to your issue, e.g. RSpec if you're having trouble in your tests).

## Sending a pull request

Thanks again! Here's a quick how-to:

1. [Fork the project](https://help.github.com/articles/fork-a-repo).
2. Create a branch - `git checkout -b adding_magic`
3. Make your changes, and add some tests!
4. Check that the tests pass - `bundle exec rake`
5. Commit your changes - `git commit -am "Added some magic"`
6. Push the branch to Github - `git push origin adding_magic`
7. Send us a [pull request](https://help.github.com/articles/using-pull-requests)!

:heart: :sparkling_heart: :heart:

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
draper-4.0.2 CONTRIBUTING.md
draper-4.0.1 CONTRIBUTING.md
draper-4.0.0 CONTRIBUTING.md
draper-3.1.0 CONTRIBUTING.md
draper-3.0.1 CONTRIBUTING.md
draper-3.0.0 CONTRIBUTING.md
draper-3.0.0.pre1 CONTRIBUTING.md
draper_new-3.0.0 CONTRIBUTING.md
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/draper-2.1.0/CONTRIBUTING.md
draper-2.1.0 CONTRIBUTING.md
draper-2.0.0 CONTRIBUTING.md
draper-1.4.0 CONTRIBUTING.md
draper-1.3.1 CONTRIBUTING.md
draper-1.3.0 CONTRIBUTING.md