Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

The subject  of the commit message MUST start with either

  • JIRA ticket number or
  • QA

 

...

To start the message with QA is a rare case. Typical examples for QA commits are:

  • Raising version number of the project (for instance in a bundle pom)
  • Formatting
  • Javadoc improvments

Do not commit code changes with QA! even if it is refactoring.

The seven rules of a great git commit message

1. Separate subject from body with a blank line

...