translation/rails

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contributing

Feel free to contribute to this repository by creating a Pull Request.

## Pull Request Process

1. Fork the repository.
2. Make the changes.
3. Be sure the tests still pass (`bundle exec rspec`).
4. Adding new tests on the code that changed would be appreciated.
5. Create the Pull Request and explain what you did.