Skip to content

Commit

Permalink
docs: add a point in CONTRIBUTING.md regarding API check (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
joc-a authored Jun 29, 2023
1 parent 22b4002 commit ebe26e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Contributions are made using Github [pull requests](https://help.github.com/en/a
7. If the contribution requires updates to documentation (be it updating existing contents or creating new one), please
file a new ticket on [YouTrack](https://youtrack.jetbrains.com/issues/EXPOSED).
8. Make sure any code contributed is covered by tests and no existing tests are broken. We use Docker containers to run tests.
9. Finally, make sure to run the `apiCheck` Gradle task. If it's not successful, run the `apiDump` Gradle task. Further information can be
found [here](https://github.com/Kotlin/binary-compatibility-validator).

#### Style Guides

Expand Down

0 comments on commit ebe26e6

Please sign in to comment.