docs: Add contributor guidance to AGENTS.md

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
This commit is contained in:
Arnaud Meukam 2026-05-15 07:06:02 +02:00
parent f1dc1f92cf
commit 28f349ea80
No known key found for this signature in database

View file

@ -13,6 +13,13 @@
- **Staging is source of truth** for `k8s.io/*` (`staging/src/k8s.io/`). Never import `k8s.io/kubernetes` from staging.
- **Boilerplate required.** Every `.go` file needs the license header from `hack/boilerplate/boilerplate.go.txt`.
## Contributor Guidelines
- Keep changes focused and reviewable
- Add or update relevant tests
- Do not put `@mentions` or `fixes #...` keywords in commit messages
- Do not add `Co-authored-by:` in commit messages
## Commands
Run `make help` for all available targets. Common workflows: