github.com/jfrog/jfrog-cli-platform-services@v1.2.0/PULL_REQUEST_TEMPLATE.md (about)

     1  - [ ] The pull request is targeting the `main` branch.
     2  - [ ] The code has been validated to compile successfully by running `go vet ./...`.
     3  - [ ] The code has been formatted properly using `go fmt ./...`.
     4  - [ ] All [static analysis checks](https://github.com/jfrog/jfrog-cli-platform-services/actions/workflows/analysis.yml) passed.
     5  - [ ] All [tests](https://github.com/jfrog/jfrog-cli-platform-services/actions/workflows/unit-tests.yml) have passed. If this feature is not already covered by the tests, new tests have been added.
     6  - [ ] All changes are detailed at the description. if not already covered at [JFrog Documentation](https://github.com/jfrog/documentation), new documentation have been added.
     7  
     8  -----