Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 823 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 823 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. Sign the Contributor License Agreement.
  2. Fork the repository. [?]
  3. Clone the forked repository to your workstation. [?]
  4. Make your changes.
  5. Ensure your code passes lint (npm run-script lint).
  6. Ensure all tests pass (npm run-script --silent test).
  7. Push your changes up to GitHub. [?]
  8. Submit a Pull Request with a thorough description. [?]