Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 378 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

6 lines (5 loc) · 378 Bytes
  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • The pull request is targeting the dev branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....