Noxoin / Accelerando

This is the code used for Group 2016.003 Accelerando, the fourth year design project for ECE Class of 2016.
0 stars 0 forks source link

Writing Good Commit Messages - Sheena #18

Closed Noxoin closed 9 years ago

Noxoin commented 9 years ago

Please review this article: http://chris.beams.io/posts/git-commit/

special010111 commented 9 years ago

Reviewed =D.

Some key words here to remind myself.

  1. A blank line b/w subject & body
  2. Subject < 50 characters
  3. Capitalization
  4. No period
  5. If applied, this commit will ...
  6. Body at 72 characters
  7. Body = What + Why