Hey, Check out https://github.com/apache/incubator-superset/pull/9655, I'm copy pasting the PR description here:
--------------------------------------- Sets up gitlint <https://jorisroovers.com/gitlint/>, which enforces Conventional Commits <https://www.conventionalcommits.org/en/v1.0.0/> and sets up the proper post commit hook to enforce it. Also modifying the PR template to remove redundant annoying checkbox section. Once we adopt, I'm hoping we can modify our bot to auto-label based on the commit type. This requires a bit more discipline upfront, but should lead to a cleaner `git log` in master, meaning better release notes and such. --------------------------------------- Max