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!