In the spirit of free software, everyone is encouraged to help improve this project.
- Fork the repository.
- Create a topic branch.
- Add specs for your unimplemented feature or bug fix.
- Run
script/test
. If your specs pass, return to step 3. - Implement your feature or bug fix.
- Run
script/test
. If your specs fail, return to step 5. - Add, commit, and push your changes.
- Submit a pull request.