Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 517 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 517 Bytes

Contributing

Setup

Clone this project and run make test. If all the tests pass, you are ready to start hacking.

Contribution Policy

  1. Fork the project and implement your changes in a separate branch.
  2. Open a PR from your branch to periskop-scala. Make sure the description is concise and clear.
  3. Wait for an approval from 2 core developers. Make sure the build is green.
  4. After that, one of the core developers will merge your changes into the main branch.
  5. Thank you so much for contributing!