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.