File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -453,6 +453,16 @@ Generated-by: Claude AI
453453Signed-off-by: Your Name
< [email protected] > 454454```
455455
456+ ## Avoid Shopping cart lists
457+
458+ Generative AI seems to like to make commit logs long itemized lists of things
459+ it did. This is stupid. This should be avoided. It is creating very silly
460+ commit logs. Use plain english and get to the point. Be as clear a possible
461+ and get to the point of not what you want to communicate, but rather what
462+ will make a reviewer easily understand what the heck you are implementing.
463+
464+ You should *think* hard about your commit log, always.
465+
456466## Code Quality Requirements
457467
458468**IMPORTANT**: Before completing any work, you MUST run `make style` to check for
You can’t perform that action at this time.
0 commit comments