We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b3bd8 commit 9fe8289Copy full SHA for 9fe8289
README.md
@@ -235,3 +235,13 @@ Concurrency in the JDK – Virtual Threads and Structured Concurrency may simpli
235
## License
236
237
This project is licensed under the [MIT License](LICENSE).
238
+
239
+## Contributor Quick Verification
240
+<!-- codex-batch30-readme -->
241
242
+Before opening a PR, run these quick checks locally:
243
244
+- Build: `./mvnw -q -DskipTests package`
245
+- Tests: `./mvnw -q test`
246
+- Keep changes focused: one topic per PR with a clear title
247
0 commit comments