Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 394 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 394 Bytes

Contributing guide

Adding new features

If you want to add a new feature, check if it's already been discussed in the issues list.

Before you start working on an existing feature / bugfix, let us know you're taking it on in its comments :)

Adding a new Scala version

  1. Add it to ./scala-versions (one version per line)
  2. Run sbt generateAll
  3. Commit and open a pull request.