diff --git a/README.md b/README.md index 0ccdb4d..b47c3e4 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ We welcome contributions! Please check our [CONTRIBUTING.md](CONTRIBUTING.md) fo Before submitting a PR, follow our [Test-First Contribution Guide](docs/test-first-contribution-guide.md) to understand when tests are required, what type of tests are expected per module, and how to prove your change works correctly. +Please also review our [Low-Effort PR Examples](docs/low-effort-pr-examples.md) to understand the quality standards for accepted contributions and to see examples of what to avoid (e.g., superficial changes, partial implementations, and untested code). + ### Review Process PRs submitted to this repository are reviewed against our [Pull Request Reviewer Checklist](docs/reviewer-checklist.md), which covers code implementation, unit test coverage, CI build compatibility, API reference documentation, security/compliance, and acceptance criteria.