draper/CONTRIBUTING.md

1011 B

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 if there's already an issue and if there's not, create a new report. 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.
  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!

❤️ 💖 ❤️