From 04865c1dcfbbe1df8d5cbe61c7c6258c37641309 Mon Sep 17 00:00:00 2001 From: tdstein Date: Thu, 16 Mar 2023 12:47:56 -0400 Subject: [PATCH] Updates pull request template --- .github/pull_request_template.md | 46 ++++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 deletions(-) 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.