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

Latest commit

 

History

History
16 lines (13 loc) · 559 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 559 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 make test-iOS or make test-OSX.
  3. Add tests if you are adding a feature or fixing a bug.
  4. Make your tests pass.
  5. Add an entry to the CHANGELOG.md
  6. Sign our Contributor License Agreement (CLA)
  7. Push to your fork and submit a pull request!