Laucha
Within your commits, you can include a commit description, allowing us to add even more detail / context as to what you did.
Add an empty line underneath the commit message, and begin writing a description on line 3. It looks like this:
fix issue with login buttton not showing - update login form validation - update login styling for showing the buttonNow when other devs are reviewing Git logs, commits, or needing to revert code they have a better indication of what effect will take place, and whether it will cause any breaking changes.
Admin