Skip to content

Commit 9fe8289

Browse files
committed
docs(readme): add contributor quick verification commands
1 parent 80b3bd8 commit 9fe8289

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,13 @@ Concurrency in the JDK – Virtual Threads and Structured Concurrency may simpli
235235
## License
236236

237237
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

Comments
 (0)