diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-21 20:09:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-21 20:09:22 +0100 |
| commit | 11dc3080db3aa4ee14652136c4c14450ae2cd31d (patch) | |
| tree | bd087a62fa2503cda4c3a7e954a113e753dc3d7b | |
| parent | 56ab510bda065807858c49d9e219da76a7beddc9 (diff) | |
| download | wiki-11dc3080db3aa4ee14652136c4c14450ae2cd31d.tar.gz wiki-11dc3080db3aa4ee14652136c4c14450ae2cd31d.tar.bz2 wiki-11dc3080db3aa4ee14652136c4c14450ae2cd31d.zip | |
Create PULL_REQUEST_TEMPLATE.md
| -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): |
