Coding Conventions - a2n-seattle/rms-app GitHub Wiki
Git Commit Message Format
<GH-00 (The Github Ticket Number)>: <Commit Title>
- <Thing that was changed in commit>
- <Thing that was changed in commit>
- ...
- Make sure Subject Length is no longer than 50 characters (VS Code will warn you)
- Make sure Body Length is no longer than 72 characters (VS Code will warn you)