Git Commit Policies
From Lyra
The following are the git commit policies for sync server commits.
- All commits must have a log entry
- All authors must have usernames and emails
- Any update to the sync server should not break its state. i.e. the code on the sync server should always be compilable and runnable.

