Create PULL_REQUEST_TEMPLATE.md

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

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

@ -0,0 +1,8 @@
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.