...
Expand | ||||
---|---|---|---|---|
| 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
| |||
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. |
Run the unit tests using
Terminal
→Run Task...
→Unit Tests
and check the test coverage of your new code
...