Thanks for your interest in contributing.
- Keep changes small and focused.
- Open an issue first for large or architectural changes.
- Follow the repository
AGENTS.mdand template-levelAGENTS.mdrules. - Use English for repository-facing content.
- Use a feature branch (do not target direct pushes to
main). - Explain what changed, why, and how you validated it.
- Include screenshots/logs only when they add review value.
- JSON changes: validate with
jqwhen available. - Shell script changes: run
bash -non touched scripts. - Dockerfile changes: run the cheapest relevant check (for example
docker build --check).
By contributing, you agree your contributions are licensed under this repository's MIT License.