Update PULL_REQUEST_TEMPLATE.md (#624)

This commit is contained in:
PatrickBue 2020-09-15 13:04:44 +00:00 коммит произвёл GitHub
Родитель 7b5a69e71d
Коммит 8603b40821
1 изменённых файлов: 3 добавлений и 2 удалений

5
.github/PULL_REQUEST_TEMPLATE.md поставляемый
Просмотреть файл

@ -11,7 +11,8 @@
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] I have followed the [contribution guidelines](../CONTRIBUTING.md) and code style for this project.
- [ ] This branch is created from `staging` and not `master`.
- [ ] This PR is being made to `staging` and not `master`.
- [ ] I will squash merge this PR into `staging`.
- [ ] I have added tests covering my contributions.
- [ ] I have updated the documentation accordingly.
- [ ] This PR is being made to `staging` and not `master`
- [ ] I will squash merge this PR into `staging`