xls icon indicating copy to clipboard operation
xls copied to clipboard

Document and settle on a commit message convention

Open proppy opened this issue 1 year ago • 0 comments

Currently it seems that we use different conventions for public commit messages in this repository:

  • @cdleary tend to use [Subsystem:Sub subsystem][downcase(Type of change)] Message
  • @proppy tend to use subdirectory: message
  • other contributors tend to use Message

In general Message start with an action verb like Add, Fix, Update or Improve.

It would be nice to settle on a unified convention like @cdleary's or re-use well established one like https://www.conventionalcommits.org/.

That would also help w/ things like #1380 and can also be enforced with pre-submit github actions.

proppy avatar Apr 16 '24 03:04 proppy