Found a bug in React Webpack Rails? Open an issue on GitHub Issues.
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.)