diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..277d78d4d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ + + +## Description + + +## Motivation and Context + + + +## Screenshots (if appropriate): + +## Checklist: + + +- [ ] My code follows the code style of this project. +- [ ] I have updated/added documentation affected by my changes. +- [ ] I have read the **CONTRIBUTING** document. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed.