diff --git a/CRUSH.md b/CRUSH.md index 2f6f8e646c7b7447d12818ac79e2b97ae6720fa2..24d9bd18168e13ecba0067623cf51426df2628e4 100644 --- a/CRUSH.md +++ b/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.