Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 660 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 660 Bytes

Contributing to React Webpack Rails gem

Issues

Found a bug in React Webpack Rails? Open an issue on GitHub Issues.

Pull requests

Interested in contributing to React Webpack Rails? That's great, and thank you for your interest!

After checking out the repo, run bundle exec rake setup:all to install every environment dependencies.

To get your contributions accepted, make sure:

  • All the tests pass. Run bundle exec rake test:all.
  • Any new code paths you've added are covered by tests.
  • Describe your changes in pull request (what it adds, how to migrate from previous version etc.)