Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 1.46 KB

Contributing Guidelines

Happy to have you here!

You can contribute by submitting issues, starting a discussion or raising PRs.

You are welcome to raise bugs and/or feature requests!

If you want to submit a PR that is great too, but make sure it is discussed first.

The project follows the Kotlin coding conventions.

Code coverage ✅

Your change should be accompanied by the necessary tests. Your changes should not affect the code coverage percentage.

The code coverage is calculated everytime a PR is raised. You can also check for it by running the following command:

./gradlew kovibes:koverVerify

Running the examples ▶️

If you want to check your changes with the help of examples, make sure you register an app on Spotify.

You can follow the Spotify documentation to create an app.

Once you have setup your app, make sure to set your Client ID and Client Secret in your local.properties as client.id and client.secret.