|
|
|
|
|
by bsder
1624 days ago
|
|
> If the commit subject rather, is "bugfix flaky builds", followed by a message that explains what the flakiness was, why you think the change will fix it, what other bugs or limitations you were working around, and what upstream changes you might be waiting on that prevented further work, you're in a much better position. Those are very different needs. "Why?" belongs in code as a comment. "How?" only sometimes belongs in a comment--generally if the code is "clever". "What?" generally belongs in the commit message as it can touch multiple files and subsystems. "Who?" and "When?" generally belong in your ticketing system. |
|