This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11996 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 28163c4fe18813b9961e804f24e9dab519911ab4 Author: Julian Reschke <[email protected]> AuthorDate: Mon Oct 27 13:54:59 2025 +0100 OAK-11996: Expand oak/docs/participating wrt to test coverage and Sonar --- oak-doc/src/site/markdown/participating.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/oak-doc/src/site/markdown/participating.md b/oak-doc/src/site/markdown/participating.md index f589577df9..71681bab37 100644 --- a/oak-doc/src/site/markdown/participating.md +++ b/oak-doc/src/site/markdown/participating.md @@ -92,6 +92,13 @@ up to the committer. - When new files are added, make sure they have the proper license on it (in doubt, run the build with "-Prat"). - after merging a PR consider deleting the branch unless it should be kept. +- PRs from Apache branches are checked using CI builds and + [Sonar](https://sonarcloud.io/project/overview?id=org.apache.jackrabbit%3Ajackrabbit-oak). + Please take warnings seriously. +- PRs from other repositories do not get these checks. Oak committers can merge + the changes into an Apache Oak branch for testing. +- After merging, please monitor the Oak related tests on https://ci-builds.apache.org/job/Jackrabbit/. +- Changes can also be tested locally; run `mvn clean install -PintegrationTesting` - and be patient. #### Commits
