Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 365 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 365 Bytes

Contributing

  1. Fork the project.
  2. Setup it on your machine with bin/bootstrap.
  3. Make sure the tests pass: bin/ci.
  4. Make your change. Add tests for your change when necessary. Make the tests pass: bin/ci.
  5. Push to your fork and submit a pull request (bonus points for topic branches).