Open
Description
It is a typical use case to follow the Conventional commits standard for commiting
https://www.conventionalcommits.org/en/v1.0.0/
I'd suggest adding it as a best practice. Conventional commits allow users and maintainers identify what is the purpose of both commits and PRs. There are tools that allow enforcing it on repos (using pre-commit hooks for example) which also reduces the burden on the maintainer to review that users are following the guidelines