From da696637f68149346d33cf6b48cc7fc2f5ebae04 Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Mon, 16 Apr 2018 21:22:39 -0500 Subject: [PATCH] root: Add PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 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..bfb079c --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +Problem + +Explain the context and why you're making that change. What is the +problem you're trying to solve? In some cases there is not a problem +and this can be thought of being the motivation for your change. + +Solution + +Describe the modifications you've done. + +Result + +What will change as a result of your pull request? Note that sometimes +this section is unnecessary because it is self-explanatory based on +the solution.