We love receiving pull requests!
- PR should explain what the feature does, and why the change exists.
- PR should include any carrier specific documentation explaining how it works.
- Code must be tested, including both unit and remote tests where applicable.
- Be consistent. Write clean code that follows Ruby community standards.
- Code should be generic and reusable.
If you're stuck, ask questions!
- Fork it ( https://github.com/Shopify/bootsnap/fork )
- 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 a new Pull Request
-
Ensure you've installed Ruby and the MSYS2 devkit and have ran
ridk enable
in your shell. Theridk enable
command adds make to the path so the compile rake task works. -
Open your shell as Administrator (
Run as Administrator
), as the tests create and delete symlinks
ridk enable bundle install bundle exec rake