From c1636209429625861513a01f49f2a06d549ba8a6 Mon Sep 17 00:00:00 2001 From: however Date: Sat, 11 Apr 2026 16:27:05 +0800 Subject: [PATCH] docs(readme): add contributor quick verification commands (clean diff final) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e7911d05..cbaaea81 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # spring-ai-examples [![Integration Tests](https://github.com/spring-projects/spring-ai-examples/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/spring-projects/spring-ai-examples/actions/workflows/integration-tests.yml) + +## Contributor Quick Verification + + +- Build with project-recommended command +- Run tests before opening PR +- Keep each PR scoped to one concern