You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] 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-application/actions/workflows/analysis.yml) passed.
5
+
-[ ] All [tests](https://github.com/jfrog/jfrog-cli-application/actions/workflows/tests.yml) have passed. If this feature is not already covered by the tests, new tests have been added.
6
+
-[ ] All integration tests have passed locally as they cannot be automated yet.
7
+
-[ ] All changes are detailed at the description. if not already covered at [JFrog Documentation](https://github.com/jfrog/documentation), new documentation have been added.
0 commit comments