restic/vendor/github.com/Azure/azure-sdk-for-go/.github/PULL_REQUEST_TEMPLATE.md
Alexander Neumann 946c8399e2 Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
2017-12-03 21:22:33 +01:00

959 B

Thanks you for your contribution to the Azure-SDK-for-Go! We will triage and review it as quickly as we can.

As part of your submission, please make sure that you can make the following assertions:

  • I'm not making changes to Auto-Generated files which will just get erased next time there's a release.
  • I've tested my changes, adding unit tests where applicable.
  • I've added Apache 2.0 Headers to the top of any new source files.
  • I'm submitting this PR to the dev branch, or I'm fixing a bug that warrants its own release and I'm targeting the master branch.
  • If I'm targeting the master branch, I've also added a note to CHANGELOG.md.
  • I've mentioned any relevant open issues in this PR, making clear the context for the contribution.