Commit-editmsg

This tells Git: "Use the content of that file as the message and try again."

You want to automatically append a Jira ticket number based on the branch name. COMMIT-EDITMSG

You want every commit message to follow the Conventional Commits standard (e.g., feat: add login , fix: resolve null pointer ). This tells Git: "Use the content of that

Configure Git to use it.