Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 764 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 764 Bytes

Contributing to sentry-java

We love pull requests from everyone. We suggest opening an issue to discuss bigger changes before investing on a big PR.

Requirements

The project requires you to run JDK 17.

Android

This repository is a monorepo which includes Java and Android libraries. If you'd like to contribute to Java and don't have an Android SDK with NDK installed, you can remove the Android libraries from settings.gradle.kts to make sure you can build the project.

Git commit hook:

Optionally, you can install spotlessCheck pre-commit hook:

git config core.hooksPath hooks/

To run the build and tests:

make compile

CI

Build and tests are automatically run against branches and pull requests via GH Actions.