Proxmox/.github/pull_request_template.md

19 lines
822 B
Markdown
Raw Normal View History

2023-03-23 04:28:47 +00:00
## I wanted to make you aware that I am meticulous when it comes to merging code into the main branch, so please don't take it personally if I reject your request.
2022-09-17 03:44:27 +00:00
2022-09-17 03:52:52 +00:00
## Description
Please include a summary of the change and/or which issue is fixed.
Fixes # (issue)
## Type of change
Please delete options that are not relevant.
2024-03-19 11:20:07 +00:00
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] New Script (Develop a new script or set of scripts that are fully functional and thoroughly tested)
- [ ] I have performed a self-review of my code, adhering to established codebase patterns and conventions.
2022-09-17 03:52:52 +00:00
- [ ] This change requires a documentation update