Skip to content

Commit abd148f

Browse files
authored
Add a PR template (Azure#22205)
1 parent 863ceaf commit abd148f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Description
2+
3+
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
4+
5+
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
6+
7+
# All SDK Contribution checklist:
8+
- [ ] **The pull request does not introduce [breaking changes]**
9+
- [ ] **CHANGELOG is updated for new features, bug fixes or other significant changes.**
10+
- [ ] **I have read the [contribution guidelines](https://github.com/Azure/azure-sdk-for-python/blob/main/CONTRIBUTING.md).**
11+
12+
## General Guidelines and Best Practices
13+
- [ ] Title of the pull request is clear and informative.
14+
- [ ] 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. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).
15+
16+
### [Testing Guidelines](../CONTRIBUTING.md##building-and-testing)
17+
- [ ] Pull request includes test coverage for the included changes.

0 commit comments

Comments
 (0)