Hi Everyone, I'm proposing to modify the item 1.13.9 from our CONTRIBUTING.md to avoid including the prefix "[BREAKING]" in the commit title for the following reasons:
* It passes a wrong message, as something very negative (not all breaking are bad, or shouldn't be) * Someone reading our git history could get a wrong impression of the project * It will cluttering the title, by convention the title should have only 50 chars * It doesn't follow the conventional commits specification: https://www.conventionalcommits.org/en/v1.0.0/ So, please verify the suggested modification here: https://github.com/apache/nuttx/pull/16823 The suggestion as defined by conventional commits is to include the "BREAKING CHANGE: " in the commit log message (foot). BR, Alan