Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Gani Nazirov 2018-11-01 15:31:32 -07:00 коммит произвёл GitHub
Родитель 4b83d2a14c
Коммит 27bb12ce65
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 0 удалений

9
PULL_REQUEST_TEMPLATE.md Normal file
Просмотреть файл

@ -0,0 +1,9 @@
We are excited to review your PR.
So we can do the best job, please check:
- [ ] There's a descriptive title that will make sense to other developers some time from now.
- [ ] There's associated issues. All PR's should have issue(s) associated - unless a trivial self-evident change such as fixing a typo. You can use the format `Fixes #nnnn` in your description to cause GitHub to automatically close the issue(s) when your PR is merged.
- [ ] Your change description explains what the change does, why you chose your approach, and anything else that reviewers should know.
- [ ] You have included any necessary tests in the same PR.