From fb64d69347d145a8b1cd683d0aa8c3d728f4408c Mon Sep 17 00:00:00 2001 From: Zafar Khaydarov Date: Sat, 25 Nov 2017 00:03:34 -0500 Subject: [PATCH 1/2] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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 000000000..ba9d9ad69 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +### What this PR do? +- Describes the main changes that come with the pull request in present tense +- For instance - "Add correction to facade pattern" + +### Context +- + + +> DELETE ME| for detailed contributing instructions see https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute From 8a9162f54202a1d086623724dcc9c4c56146f2d0 Mon Sep 17 00:00:00 2001 From: Zafar Khaydarov Date: Sat, 9 Dec 2017 16:25:27 -0500 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index ba9d9ad69..097054fe5 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,15 @@ -### What this PR do? -- Describes the main changes that come with the pull request in present tense -- For instance - "Add correction to facade pattern" -### Context -- +Pull request title + +- Clearly and concisely describes what it does +- Refer to the issue that it solves, if available -> DELETE ME| for detailed contributing instructions see https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute +Pull request description + +- Describes the main changes that come with the pull request +- Any relevant additional information is provided + + + +> For detailed contributing instructions see https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute