- Fixed: Remove "For Maintainers only" section from review guidelines

- Removed the "━ For Maintainers only" section that was unintentionally left in the file.

modified: .github/REVIEW_GUIDELINES.md
This commit is contained in:
GJS 2025-04-01 13:45:31 +02:00
parent 69e2955a5a
commit 9fe9ffaaa4
No known key found for this signature in database
GPG Key ID: BE32D9EAF927E85B

View File

@ -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