From 8d35575364523aec739376832c7c84832198c229 Mon Sep 17 00:00:00 2001 From: Mitch Dorrestijn <28249751+MitchDorrestijn@users.noreply.github.com> Date: Sat, 30 Jun 2018 16:36:07 +0200 Subject: [PATCH] Created PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..fd35119 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +## Description +- Did you add a new feature or did you fixed a bug? +- 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 + +## Motivation and Context +- Why is this change required? What problem does it solve?