braintree / braintree-web

A suite of tools for integrating Braintree in the browser
https://developer.paypal.com/braintree/docs/start/hello-client/javascript/v3
MIT License
438 stars 132 forks source link

Request: Make commit messages meaningful #711

Open stephen-hill-safe-uk opened 5 months ago

stephen-hill-safe-uk commented 5 months ago

Hello

Is it possible to make commit messages more meaningful. I was trying to scan through the git commit history to find when a certain change was made, but this is impossible because the current commit messages are meaningless.

image

I also tried using changelog.md, but this is much harder when the change log does not have dates.

Many Thanks Stephen

jplukarski commented 5 months ago

Hey @stephen-hill-safe-uk thanks for the feedback. We are currently evaluating our release processes and in the future we may change our processes in a way that would make our commit messages more meaningful. For now, you should be able to use the Blame functionality in github to see when a certain line of code was changed, or the history functionality on the changelog in the screenshot you provided above to see the date a certain version was released.

We'll leave this issue open for now in case others have this same feedback

Screenshot 2024-03-21 at 1 15 08 PM