AutarkLabs / open-enterprise

A suite of apps that includes allocation, dot voting, issue curation, and other planning tools so organizations can collectively budget and design custom reward & bounty systems.
GNU General Public License v3.0
92 stars 54 forks source link

implement commit linting for conventional-commit rules #1832

Closed topocount closed 4 years ago

topocount commented 4 years ago

These changes will enforce conventional commit rules in both github and client-side via husky.

Note: I encountered this bug when trying to use an exclamation point to denote a breaking change: https://github.com/conventional-changelog/commitlint/issues/884