...

Text file src/github.com/Azure/azure-sdk-for-go/.github/PULL_REQUEST_TEMPLATE.md

Documentation: github.com/Azure/azure-sdk-for-go/.github

     1<!--
     2Thank you for contributing to the Azure SDK for Go.
     3
     4Please verify the following before submitting your PR, thank you!
     5-->
     6
     7- [ ] The purpose of this PR is explained in this or a referenced issue.
     8- [ ] The PR does not update generated files.
     9   - These files are managed by the codegen framework at [Azure/autorest.go][].
    10- [ ] Tests are included and/or updated for code changes.
    11- [ ] Updates to [CHANGELOG.md][] are included.
    12- [ ] MIT license headers are included in each file.
    13
    14[Azure/autorest.go]: https://github.com/Azure/autorest.go
    15[CHANGELOG.md]: https://github.com/Azure/azure-sdk-for-go/blob/main/CHANGELOG.md

View as plain text