Skip to content

Commit

Permalink
Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 25, 2024
1 parent b60748d commit cf3cb59
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
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.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,7 @@ If you need a different `toString`, we suggest that you implement one yourself.

## Contributing

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 :)

To add a new Scala version:

1. Add it to `./scala-versions`
2. Run `sbt generateAll`
3. Commit and open a pull request.
See [CONTRIBUTING.md](./CONTRIBUTING.md)

## Maintainers

Expand Down

0 comments on commit cf3cb59

Please sign in to comment.