noaignite / create-ignite-app

Boilerplate for React with Next.js and MUI
17 stars 2 forks source link

feat(git hooks): add conventional-commits git hooks #60

Closed maeertin closed 2 years ago

maeertin commented 2 years ago

This PR adds commit message linting and an interactive commit message helper which enforces the conventional commit standard. These tools have been a blessing to work with in the accelerator repo and was wondering if we would want to have this setup in the boilerplate? What I've not added yet is a CHANGELOG generator.

Is it worth the overhead? Thoughts? @alexanderflink @vincentboiardt