зеркало из
1
0
Форкнуть 0

Make PRs general description less noisy (#19)

This commit is contained in:
Sean Feldman 2017-08-01 16:22:24 -06:00 коммит произвёл Neeraj Makam
Родитель 95a8feca36
Коммит 31f5a3dab8
1 изменённых файлов: 5 добавлений и 13 удалений

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

@ -1,16 +1,8 @@
## Description
<!--
Please add an informative description that covers the changes made by the pull request.
If applicable, reference the bug/issue that this pull request fixes here.
-->
This following list is used to make sure that common guidelines for a pull request are followed.
This checklist is used to make sure that common guidelines for a pull request are followed.
- [ ] **I have read the [contribution guidelines](./CONTRIBUTING.md).**
- [ ] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR.
- [ ] The pull request does not introduce breaking changes (unless a major version change occurs in the assembly and module).
- [ ] If applicable, the public code is properly documented.
- [ ] Pull request includes test coverage for the included changes.
- [ ] The code builds without any errors.
- **Read the [contribution guidelines](./CONTRIBUTING.md).**
- Make title of the pull request clear and informative.
- Link to appropriate [issue](https://github.com/Azure/azure-service-bus-dotnet-plugins/issues).
- Include test coverage for the changes.