Commit Message Conventions
Last updated
Last updated
While you may enter anything in the commit message, we strongly recommend sticking to some convention when creating your commit messages.
A common convention is:
First line: 80-character title, phrased imperatively
Then if your change is complex, elaborate on the change in prose.
You may also refer to CS2103/T (Software Engineering)'s conventions for naming:
TODO: add negative examples of commit messages