Skip to content

Commit bfbf1d7

Browse files
committed
docs(readme): add contributor quick verification commands
1 parent 7d904b5 commit bfbf1d7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,13 @@ _Coming soon_
252252
- Install dependencies for this module before execution.
253253
- Use the standard project command to build and run (for example Maven, Gradle, npm, or Python entrypoint scripts in this repository).
254254

255+
256+
## Contributor Quick Verification
257+
<!-- codex-batch30-readme -->
258+
259+
Before opening a PR, run these quick checks locally:
260+
261+
- Build: `./gradlew help`
262+
- Tests: `./gradlew test`
263+
- Keep changes focused: one topic per PR with a clear title
264+

0 commit comments

Comments
 (0)