Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Make PRs general description less noisy (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanFeldman authored and vinaysurya committed Aug 1, 2017
1 parent f4bab28 commit e04b108
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .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/issues).
- Include test coverage for the changes.

0 comments on commit e04b108

Please sign in to comment.