diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7d4d37123..02481c3eb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,24 +6,42 @@ ## Summary of changes -_Description of the changes included in this pull request. Steps to follow to confirm the feature is completed or the bug/issue is resolved. Are there any dependencies? Does this code break any existing functionality or introduce any risk?_ +_Description of the changes included in this pull request. +Steps to follow to confirm the feature is completed or the bug/issue is resolved. +Are there any dependencies? +Does this code break any existing functionality or introduce any risk?_ -## Motivation & Context +## Relevant Context - Feature: [ticket number](link to project management ticket) -- Issue: #\ \_references to issues -- Related: #\ _add any related pull requests numbers_ +- Relevant Pull Request: # +## How Has This Been Tested? + + + + + +## Screenshots (if appropriate): + + +## Further comments + + + + +--- ## Types of changes +- [ ] Content edit, File upload, content addition - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes -- [ ] Documentation Update +- [ ] Technical Documentation Update - [ ] Other (please describe): ## Does this introduce a breaking change? @@ -43,15 +61,3 @@ _Breaking change is defined as_ **"A fix or feature that would cause existing fu - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added/changed necessary documentation (if appropriate) - [ ] All new and existing tests passed. - -## How Has This Been Tested? - - - - - -## Screenshots (if appropriate): - -## Further comments - -