Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 788 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

9 lines (8 loc) · 788 Bytes
  • The pull request is targeting the main branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....
  • All static analysis checks passed.
  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • All integration tests have passed locally as they cannot be automated yet.
  • All changes are detailed at the description. if not already covered at JFrog Documentation, new documentation have been added.