From 29c5cfdfa16f9e4dd52522d5c26cd1deebc40caa Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Wed, 26 Dec 2018 18:43:19 +0200 Subject: [PATCH] Add PR template Add pull request template to speedup communication and save maintainers' efforts. --- PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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..391a4b4 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +**Purpose of proposed changes** + +Please give us an idea about why these changes should be applied. If actual PR fixes some opened issues, please reference them here. + +**Essential steps taken** + +If possible, please highlight most essential parts of your solution in order to speed up our understanding of changes made.