diff options
| -rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..1af5b81 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +<!--- Provide a general summary of your changes in the Title above --> + +## Description +<!--- Describe your changes in detail --> + +## Related Issue +<!--- This project only accepts pull requests related to open issues --> +<!--- If suggesting a new feature or 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 appropriate): |
