diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 8bec342..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,20 +0,0 @@ -## Description - - - -## Related Issue - - - - - -## Motivation and Context - - - -## How Has This Been Tested? - - - - -## Screenshots (if appropriate): diff --git a/.github/PULL_REQUEST_TEMPLATE/default.md b/.github/PULL_REQUEST_TEMPLATE/default.md new file mode 100644 index 0000000..d65ba6c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/default.md @@ -0,0 +1,20 @@ +**Description** +Provide a headline summary of your changes in the Title above. +Describe your changes in detail. + +**Related Issue** +This project only accepts pull requests related to open issues. +If suggesting a change, please discuss it in an issue first. +If fixing a bug, there should be an issue describing it with steps to reproduce. +Please link to the issue here: + +**Motivation and Context** +Why is this change required? What problem does it solve? +If it fixes an open issue, please link to the issue here. + +**How Has This Been Tested?** +Please describe in detail how you tested your changes. +Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc. + +**Screenshots** +If applicable, add screenshots to help demonstrate your feature/bugfix.