From 8011dc325dc94d959e91ace68daf0c17370e0d76 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Wed, 4 Aug 2021 16:50:54 -0400 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md (#633) Add a new PR template with more structure & a checkbox for updating the changelog --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..75372a4a2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## Motivation and Context + + + +## Description + + +## Testing + + + + +## Checklist +- [ ] I have updated the CHANGELOG + +By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. -- GitLab