From 916d3faf92eb908c865190346b91e4e94844c27e Mon Sep 17 00:00:00 2001 From: Krishanx92 Date: Tue, 7 Jul 2026 20:17:21 +0530 Subject: [PATCH 1/2] Update new-feature.yml --- .github/ISSUE_TEMPLATE/new-feature.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-feature.yml b/.github/ISSUE_TEMPLATE/new-feature.yml index eb05f6f9d..4609d39cb 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.yml +++ b/.github/ISSUE_TEMPLATE/new-feature.yml @@ -60,6 +60,6 @@ body: - label: "**Design Document** — A detailed design document has been created and reviewed, covering architecture, data flow, and edge cases." - label: "**Design Mail** — A design summary email has been sent to relevant stakeholders for awareness and feedback." - label: "**Code Review** — All code changes have been peer-reviewed and approved according to the project's review standards." - - label: "**Testing** — Adequate unit, integration, and/or end-to-end tests have been written and are passing." - - label: "**Documentation** — User-facing and/or developer documentation has been updated to reflect the new feature." + - label: "**Testing Complete** — Adequate unit, integration, and/or end-to-end tests have been written and are passing." + - label: "**Documentation Review** — User-facing and/or developer documentation has been updated to reflect the new feature and need to reviewd" - label: "**Feature Complete** — The feature is fully implemented, all checklist items above are done, and it is ready for release." From 3f3fcc1a74d5fad74af15b0c582f0d3ed5793877 Mon Sep 17 00:00:00 2001 From: Krishanx92 Date: Tue, 7 Jul 2026 20:23:30 +0530 Subject: [PATCH 2/2] Apply suggestion from @coderabbitai[bot] Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/new-feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-feature.yml b/.github/ISSUE_TEMPLATE/new-feature.yml index 4609d39cb..effee2706 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.yml +++ b/.github/ISSUE_TEMPLATE/new-feature.yml @@ -61,5 +61,5 @@ body: - label: "**Design Mail** — A design summary email has been sent to relevant stakeholders for awareness and feedback." - label: "**Code Review** — All code changes have been peer-reviewed and approved according to the project's review standards." - label: "**Testing Complete** — Adequate unit, integration, and/or end-to-end tests have been written and are passing." - - label: "**Documentation Review** — User-facing and/or developer documentation has been updated to reflect the new feature and need to reviewd" + - label: "**Documentation Review** — User-facing and/or developer documentation has been updated to reflect the new feature and reviewed." - label: "**Feature Complete** — The feature is fully implemented, all checklist items above are done, and it is ready for release."