Versions Compared

Key

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

...

We want everyone to use this standard way of writing commit messages so that in the future we can use them to automatically generate a changelog
Expand
titleWhy this format is mandatory
recommended

It’s only a recommendation that commit messages use this format, as commit messages will eventually be squashed (and the final commit message must be in this format). So it’s a good idea to always use this format so that we are used to how the final commit message must look.

  1. Run the unit tests using TerminalRun Task...Unit Tests and check the test coverage of your new code

...