From 0f8171a5d20a209be20d9cd0076f663b5f79a53c Mon Sep 17 00:00:00 2001 From: DevALVIN-24 Date: Wed, 29 Jul 2026 15:25:56 +0100 Subject: [PATCH] docs: link low-effort contribution examples in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.