~linuxgoose/bocpress

ref: 42cec5dc9648d56bb8bee0a6e09738f558701e1f bocpress/docs/src/commit-messages.md -rw-r--r-- 341 bytes
42cec5dcJordan Robinson fix use blog_user on public template 2 months ago

#Git Commit Message Guidelines

We follow some simple non-austere git commit message guidelines.

  • Start with a verb
    • add
    • change
    • delete
    • fix
    • refactor
    • tweak
    • et al.
  • Start with a lowercase letter
    • eg. change analytic page path to the same of page slug
  • Do not end with a fullstop