diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d14583a2..fc690e0b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,33 +1,33 @@ - + + -## Description - +## Intent + + + + -## Motivation and Context - - - - +## Type of Change + + -## How Has This Been Tested? - - - +- [ ] Bug Fix +- [ ] New Feature +- [ ] Breaking Change - - - +## Approach + + -### Screenshots (if appropriate): +## Automated Tests + + -## 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) +## Directions for Reviewers + -## Checklist: +## Checklist -- [ ] I have added tests to cover my changes. - [ ] I have updated [CHANGELOG.md](../CHANGELOG.md) to cover notable changes. +- [ ] I have updated all related GitHub issues to reflect their current state.