mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
52360b656f
Closes #364 Closes #368 Closes #371 [ci skip]
507 B
507 B
Contributing to Draper
So you want to help us out... thanks! Here's a quick how-to:
- Fork the project.
- Create a branch -
git checkout -b adding_magic
- Make your changes, and add some tests!
- Check that the tests pass -
bundle exec rake
- Commit your changes -
git commit -am "Added some magic"
- Push the branch to Github -
git push origin adding_magic
- Send us a pull request!