From 166087900ce4f8d2bf5e09f2d122ca9c00f127c6 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Tue, 14 Jul 2026 19:35:48 +0530 Subject: [PATCH] docs: restrict contributions to `help wanted` label --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4db7d5..df87c0a 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ To make the process as smooth as possible for everyone, please read the relevant 1. **Issue first** - - Before starting work, confirm there is an open issue for the task and that it is labeled `accepted`. Do **not** work on issues labeled `needs triage`. - - **Exceptions:** Critical, unclassified production-blocking bugs. Trivial changes, such as typos or broken links. + - Before starting work, confirm there is an open issue for the task and that it is labeled `help wanted`. Please do **not** submit PRs for issues without this label. Such pull requests will be closed without review. + - **Exceptions:** Critical, unclassified production-blocking bugs. Translations, trivial changes, such as typos or broken links. 2. **Code style & formatting**