-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters