syntasso / kratix

Kratix is an open-source framework for building platforms
https://kratix.io
Apache License 2.0
423 stars 23 forks source link

feat: Make git commits more readable #152

Closed aclevername closed 3 weeks ago

aclevername commented 1 month ago

Git commits should list all files created/updated (with newlines breaks for readability)

aclevername commented 3 weeks ago

So we actually recently just removed specifying files all together as part of a refactor, which might be a more intuative outcome. Leveraging git CLI or your git providers website to see what files have changed as part of a commit feels better than reading the list in the commit message

aclevername commented 3 weeks ago

cc @catmo-syntasso