~linuxgoose/bocpress

ref: f11187221f70a6150eceed30d89c25d788e5393a bocpress/docs/src/commit-messages.md -rw-r--r-- 341 bytes
f1118722Jordan Robinson update blog import to include parsing of tags like from the export 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