From 59b09b57833c7f0582a67a329775574865264b1a Mon Sep 17 00:00:00 2001 From: Dante4rt Date: Thu, 11 Dec 2025 14:06:11 +0700 Subject: [PATCH 1/2] docs: see PR review guidelines --- docs/CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 30559c7..edacac1 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -290,6 +290,17 @@ before that, report the time you have spent on it. > [!NOTE] > When contributing, it's essential to report time accurately, including all stages of development (planning, implementation, QA). We encourage opening a PR at the start of your work, even during the planning or investigation phase. Programming and designing isn't just about writing code or creating designs; it also involves planning (40%) and QA (20-30%). +### Reviewing PRs + +Use **Request Changes** (reject) only for objective problems: + +- PR doesn't solve the stated problem. +- A bug is introduced. +- Code style is inconsistent. +- Required guidelines are violated. + +Use **Comment** for optional improvements or suggestions. + ### Scout approach If you ever have free time, be proactive and apply the scout approach: own the From b9a1f5b0f2ab6c7a1308234c10193e3d4b0f9583 Mon Sep 17 00:00:00 2001 From: Dante4rt Date: Fri, 20 Feb 2026 04:06:06 +0700 Subject: [PATCH 2/2] docs: see updated name for Wizard Browser Extension --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index edacac1..572501a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -8,7 +8,7 @@ approachable and respectful. If you are a permanent contributor, read our [Principles](./PRINCIPLES.md). > [!TIP] -> You can use [GitHub Wizard](https://chromewebstore.google.com/detail/github-wizard/gibcadmedmabfnfbolimcndljcopbhep?) Chrome extension to simplify some of the workflows described in these Guidelines. +> You can use [Wizard Browser Extension](https://chromewebstore.google.com/detail/github-wizard/gibcadmedmabfnfbolimcndljcopbhep?) to simplify some of the workflows described in these Guidelines. ## Getting started