diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2da9267 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,37 @@ +THIS PROJECT IS IN MAINTENANCE MODE. We accept pull-requests for Bug Fixes **ONLY**. NO NEW FEATURES ACCEPTED! + +--- + + + +### Description + + +### Related Issue + +Fixes # + + + + + +### Motivation and Context + + + +### 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) +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] All new and existing tests passed. + +### How Has This Been Tested? + + + + +### Screenshots (if appropriate): \ No newline at end of file