diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e69de29bb2..179498c092 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -0,0 +1,58 @@ + + +## Description + + +## Related Issue + + + + +- Fixes + +## Motivation and Context + + +## How Has This Been Tested? + + + +- test environment: +- test case 1: +- test case 2: +- ... + +## Screenshots (if appropriate): + +## Types of changes + +- [ ] 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 change) +- [ ] Technical debt +- [ ] Tests only (no source changes) + +## Checklist: + + +- [ ] Code changes +- [ ] Unit tests added +- [ ] Acceptance tests added +- [ ] Documentation ticket raised: +