Fixed grammar and words in pull request template

This commit is contained in:
Alexander Podkhalyuzin
2018-06-03 17:01:08 +03:00
parent e024a7c563
commit e3223ab6d8
+5 -4
View File
@@ -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!