From da2d180465e02b3ab4b24c888888f7f2027e628a Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 22 Oct 2018 10:37:47 +0300 Subject: [PATCH] add PR template --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..7d8fa8d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,6 @@ +* Link the PR to the related issue +* If there's no issue for the PR, please, create it first +* Rebase your PR if it gets out of sync with master +* Ensure your PR does not include dist/ directory + +**REMOVE THE TEXT ABOVE BEFORE CREATING THE PULL REQUEST**