chore: add CRUSH.md note about short commit messages

Christian Rocha created

Change summary

CRUSH.md | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

CRUSH.md 🔗

@@ -63,3 +63,5 @@ func TestYourFunction(t *testing.T) {
 ## Committing
 
 - ALWAYS use semantic commits (`fix:`, `feat:`, `chore:`, `refactor:`, `docs:`, `sec:`, etc).
+- Try to keep commits to one line, not including your attribution. Only use
+  multi-line commits when additional context is truly necessary.