This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7c192684ef OAK-11996: Expand oak/docs/participating wrt to test
coverage and Sonar (#2594)
7c192684ef is described below
commit 7c192684ef95382174ce14cbd9f68f9a1bee95f3
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Oct 28 16:05:30 2025 +0100
OAK-11996: Expand oak/docs/participating wrt to test coverage and Sonar
(#2594)
---
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