From a95fc2d07d4b641cffa9c09dd40e388ba330d693 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:57:46 +0100 Subject: [PATCH] Update pull_request_template.md Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> --- .github/pull_request_template.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e8491e015..c8169f255 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ > [!NOTE] -We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. +> We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description @@ -8,7 +8,6 @@ Provide a summary of the changes made and/or reference the issue being addressed Fixes # (issue) ## Type of change - Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) @@ -18,3 +17,18 @@ Please check the relevant option(s): - [ ] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [ ] Documentation update required (this change requires an update to the documentation) +## Additional Information (optional) +Provide any additional context or screenshots about the feature or fix here. + + +## Related Pull Requests / Discussions + +If there are other pull requests or discussions related to this change, please link them here: +- Related PR #1 +- Related PR #2 + +## Review Guidelines + +- [ ] This PR requires review and approval by at least **two contributors**. +- [ ] If changes affect critical functionality, please notify the project maintainers. +- [ ] For major updates, ensure all conversations on this PR are resolved before merging.