ffizer icon indicating copy to clipboard operation
ffizer copied to clipboard

Specify commit message format

Open davidB opened this issue 6 years ago • 0 comments

  1. add the description of commit message into the contribution guide (to create if it doesn't exist)
  2. add a git hook to check the format (and provide short info and links when it rejects if possible)

check that commit message follow the format like

<gitmoji> ticket_num_opt (scope_opt) summary

longer_description_opt

sample: https://github.com/git/git/blob/master/templates/hooks--commit-msg.sample

davidB avatar Nov 11 '18 10:11 davidB