From e024a7c563e79218f5ad7049802c65fd7b6ce649 Mon Sep 17 00:00:00 2001 From: Valeriy Zhirnov Date: Thu, 17 May 2018 21:37:17 +0300 Subject: [PATCH] Provide template for pull requests Signed-off-by: Valeriy Zhirnov --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..b09c8a35c29 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +Many thanks for your contribution, we genuinely appreciate it. +Make sure that you can say "YES" to each point in this short checklist: + + - You do not have merge commits in PR + - You made a small number of changes + - You provided the link to related issue from YouTrack + - You can describe changes made is PR + - You made changes related to only one issue + - You are ready to defend your changes on code review + - You don't touch what you don't understand + - You ran the build locally, and it passed + +Thank you for your contribution!