Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 1.15 KB

Contributing to introprog-scalalib

Contributions are welcome!

If you contribute to this repo you implicitly agree to the terms of the open source license in this repository.

  1. Open an issue and start discussing your suggestion. An issue can include a proposal to e.g. fix a bug, improve documentation, include a new or enhanced feature, develop a new beginner-friendly example, add a missing test, etc.

  2. Fork this repo and clone your fork as described here.

  3. Do your changes and additions in line with the issue discussions. Make minimal, coherent commits with good commit messages.

  4. When you are ready with an enhancement that compiles and run according to expectations, create a pull request (PR). Make sure that you keep your fork synced with this upstream repo before creating a PR.

Please keep the general intention of this repo in mind as outlined in the README; in summary: Beginner-friendly API:s usable with simple Scala

Further help on how to keep it simple: