Update pull_request_template.md

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
CanbiZ 2024-11-04 15:57:46 +01:00 committed by GitHub
parent 2fe24389d7
commit a95fc2d07d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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