github.com/vmware/govmomi@v0.43.0/.github/PULL_REQUEST_TEMPLATE.md (about) 1 ## Description 2 3 Please include a summary of the change and which issue is fixed. Please also 4 include relevant motivation and context. List any dependencies that are required 5 for this change. 6 7 Closes: #(issue-number) 8 9 ## Type of change 10 11 Please mark options that are relevant: 12 13 - [ ] Bug fix (non-breaking change which fixes an issue) 14 - [ ] New feature (non-breaking change which adds functionality) 15 - [ ] Breaking change (fix or feature that would cause existing functionality to 16 not work as expected) 17 - [ ] This change requires a documentation update 18 - [ ] Build related change 19 20 ## How Has This Been Tested? 21 22 Please describe the tests that you ran to verify your changes. Provide 23 instructions so we can reproduce. If applicable, please also list any relevant 24 details for your test configuration. 25 26 - [ ] Test Description 1 27 - [ ] Test Description 2 28 29 ## Checklist: 30 31 - [ ] My code follows the `CONTRIBUTION` [guidelines] of this project 32 - [ ] I have commented my code, particularly in hard-to-understand areas 33 - [ ] I have made corresponding changes to the documentation 34 - [ ] I have added tests that prove my fix is effective or that my feature works 35 - [ ] New and existing unit tests pass locally with my changes 36 - [ ] Any dependent changes have been merged 37 38 [guidelines]: https://github.com/vmware/govmomi/blob/main/CONTRIBUTING.md