This project has adopted the Collective Code Construction Contract (C4.2) for contributing. Please read it before sending patches.
Everyone is expected to follow the Scala Code of Conduct when discussing the project on the available communication channels. If you are being harassed, please contact us immediately so that we can support you.
-
This project is licensed under the Creative Commons Attribution Share Alike 4.0 International license. See LICENSE for details. Please note that the code snippets within the book are licensed under the CC0 license.
-
Contributors are listed in the file AUTHORS.md. Add yourself if you have contributed.
-
Please maintain the existing code style and try to keep your commits small and focused. The project follows the at large the Scala Style Guide. Code is formatted using scalafmt upon compilation. You may also use a scalafmt plugin for your favourite editor/IDE.
-
Please rebase your branch if the project diverges from your branch.
-
Before a pull request is merged the commits done on the feature branch SHOULD be squashed into a single commit.