dev.azure.com/aidainnovazione0090/DeviceManager/_git/go-mod-core-contracts@v1.0.2/.github/PULL_REQUEST_TEMPLATE.md (about) 1 <!-- Expected Commit Message Description (imported automatically by GitHub) --> 2 <!-- Must conform to [conventional commits guidelines](https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/.github/Contributing.md) --> 3 <!-- Expected Commit message must contain Closes/Fixes #IssueNumber statement when there is a related issue --> 4 5 <!-- Add additional detailed description of need for change if no related issue --> 6 7 If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/.github/Contributing.md 8 9 ## PR Checklist 10 Please check if your PR fulfills the following requirements: 11 12 - [ ] I am not introducing a breaking change (if you are, flag in conventional commit message with `BREAKING CHANGE:` describing the break) 13 - [ ] I am not introducing a new dependency (add notes below if you are) 14 - [ ] I have added unit tests for the new feature or bug fix (if not, why?) 15 - [ ] I have fully tested (add details below) this the new feature or bug fix (if not, why?) 16 - [ ] I have opened a PR for the related docs change (if not, why?) 17 <link to docs PR> 18 19 ## Testing Instructions 20 <!-- How can the reviewers test your change? --> 21 22 ## New Dependency Instructions (If applicable) 23 <!-- Please follow [vetting instructions](https://wiki.edgexfoundry.org/display/FA/Vetting+Process+for+3rd+Party+Dependencies) and place results here -->