Proxmox/.github/pull_request_template.md

21 lines
948 B
Markdown
Raw Normal View History

2024-09-05 16:16:14 +02:00
> [!NOTE]
I am meticulous when it comes to merging code into the main branch, so please understand that I 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 05:44:27 +02:00
2022-09-17 05:52:52 +02:00
## Description
2024-09-05 16:16:14 +02:00
Provide a summary of the changes made and/or reference the issue being addressed.
2022-09-17 05:52:52 +02:00
Fixes # (issue)
## Type of change
2024-09-05 16:16:14 +02: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.)
- [ ] 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)
2022-09-17 05:52:52 +02:00