Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1019 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 1019 Bytes

Code of conduct

This project is governed by Lyft's code of conduct. All contributors and participants agree to abide by its terms.

Contributing

  1. Fork the repo
  2. Run the tests. You can do this from the command line with ./gradlew test
  3. Please make every effort to follow existing conventions and style in order to keep the code as readable and consistent as possible
  4. Install and use our java codestyles
  5. Add tests if you are adding a feature or fixing a bug
  6. Make your tests pass
  7. Add an entry to the CHANGELOG.md
  8. Before your code can be accepted into the project you must also sign our Individual Contributor License Agreement (CLA).
  9. Carefully review your changes, by using git diff and git diff --cached if you have staged changes
  10. Commit with a meaningful message
  11. Rebase and squash
  12. Push to your fork and submit a pull request!