From e3223ab6d8c24638f98c728a052ceeb27e1c586c Mon Sep 17 00:00:00 2001 From: Alexander Podkhalyuzin Date: Sun, 3 Jun 2018 17:01:08 +0300 Subject: [PATCH] Fixed grammar and words in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b09c8a35c29..5177826bd8b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,12 +2,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 made a few changes - You provided the link to related issue from YouTrack - - You can describe changes made is PR + - You can describe changes made in 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 + - You didn't touch what you don't understand + - You ran the build locally, and verified new functionality + - You ran related tests locally, and it passed Thank you for your contribution!