We are welcome to pull request from everyone. To participate in RRH, you should accept the code of conduct. Then, you create pull request following the below procedure.
- Fork the project. (https://github.com/tamada/rrh/fork)
- Create a feature branch. (
git checkout -b FEATURE_BRANCH_NAME
) - Edit the source files and Commit your changes.
- Create tests and commit them.
- Rebase your local changes against the master branch.
- Run the test suite with the
make test
and confirm that passes. - Create a new pull request.
- Confirm all checks pass.