From 9fe9ffaaa42252624e4a198ab5a68318e0d5ea25 Mon Sep 17 00:00:00 2001 From: GJS Date: Tue, 1 Apr 2025 13:45:31 +0200 Subject: [PATCH] - Fixed: Remove "For Maintainers only" section from review guidelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed the "━ For Maintainers only" section that was unintentionally left in the file. modified: .github/REVIEW_GUIDELINES.md --- .github/REVIEW_GUIDELINES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/REVIEW_GUIDELINES.md b/.github/REVIEW_GUIDELINES.md index 1f43d38e3..089ae9d51 100644 --- a/.github/REVIEW_GUIDELINES.md +++ b/.github/REVIEW_GUIDELINES.md @@ -191,7 +191,7 @@ the PR can be approved. Some examples of **significant issues** include: - Code that causes **major performance regressions** (e.g., high CPU/memory usage). -## After the Review ━ For Maintainers only +## After the Review ### Reordering and merging @@ -203,7 +203,7 @@ be merged into the main branch (e.g., `main` or `master`). Ensure that the build passes after merging the PR, and re-test the functionality in the production environment if necessary. -## Follow-up ━ For Maintainers only +## Follow-up ### Communication with team members