Skip to content

Commit

Permalink
Add instruction for metalava api check to contribution guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Apr 22, 2022
1 parent a3585b3 commit aa2c955
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ information on using pull requests.
This project follows
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).

## API verification

For changes that involves API changes(new API, API signature change), please also update [api.base](./api/api.base) file. You can monitor api change with `./gradlew :api:apiCheck`, and`./gradlew :api:updateApi` to generate new api signature.

## Testing
For incoming PRs, we would like to request changes covered by tests for good practice.
We do end-to-end test for KSP, which means you need to write a lightweight processor to be loaded with KSP for testing.
Expand Down

0 comments on commit aa2c955

Please sign in to comment.