Commit - TMink/Digitales-3D-Feldbuch GitHub Wiki
How to Commit messages
- keep everything in english
- keep everything in lower caps (except for references to capitalized classes)
- start your commit message with what you've done (add / delete / fix / init / change etc.)
- then where you've done it (frontent / backend for projects / excavations etc.)
- maybe a bit more description in 1–3 words (anything more than that goes in the commit description)
- the commit description gives further details - use it!
Think "This commit will * the commit message * to the code"
Examples:
add backend routing for excavations
change frontend excavations buttons
init vue.js frontend
fix #xxx <-- Links to an issue on the repository
fix backend class Excavations #013