This project is governed by Lyft's code of conduct. All contributors and participants agree to abide by its terms.
- Sign the Contributor License Agreement.
- Fork the repository. [?]
- Clone the forked repository to your workstation. [?]
- Make your changes.
- Ensure your code passes lint (
npm run-script lint
). - Ensure all tests pass (
npm run-script --silent test
). - Push your changes up to GitHub. [?]
- Submit a Pull Request with a thorough description. [?]