ProxmoxVE/.github/pull_request_template.md

32 lines
1.4 KiB
Markdown
Raw Normal View History

2024-09-05 14:16:14 +00:00
> [!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.
2022-09-17 03:44:27 +00:00
2022-09-17 03:52:52 +00:00
## Description
2024-09-05 14:16:14 +00:00
Provide a summary of the changes made and/or reference the issue being addressed.
2022-09-17 03:52:52 +00:00
Fixes # (issue)
## Type of change
2024-09-05 14:16:14 +00:00
Please check the relevant option(s):
- [ ] Bug fix (non-breaking change that resolves an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
- [ ] New script (a fully functional and thoroughly tested script or set of scripts.)
2022-09-17 03:52:52 +00:00
## Prerequisites
The following efforts must be made for the PR to be considered. Please check when completed:
- [ ] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
- [ ] Testing performed (I have tested my changes, ensuring everything works as expected)
- [ ] Documentation updated (I have updated any relevant 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 #