...
Always commit the components related to the ticket only corresponding to the ticket branch.
Always name the branch corresponding to the ticket number i.e AVE-**.
Always put appropriate commit messages so that person reviewing the pull request knows what is this about.
Check the pipeline if the pull request build is failed and if issues can be fixed.
If there are many components, pull request should be small combining logical related components together.