Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Commit messages

Perhaps standardize in the recommendations from:

https://chris.beams.io/posts/git-commit/

The seven rules of a great Git commit message

Keep in mind: This has all been said before.

  1. Separate subject from body with a blank line
  2. Limit the subject line to 50 characters
  3. Capitalize the subject line
  4. Do not end the subject line with a period
  5. Use the imperative mood in the subject line
  6. Wrap the body at 72 characters
  7. Use the body to explain what and why vs. how

On Sat., Oct. 24, 2020, 08:12 Wim Jongman, <wim.jongman@xxxxxxxxx> wrote:
Hello,

Andrey recently pointed out on a couple of commits that commit messages could be better. I agree with that.

Can we discuss this?

Cheers,

Wim

A list of recent commits is here:


_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top