yezyilomo / django-restql

Turn your API made with Django REST Framework(DRF) into a GraphQL like API.
https://yezyilomo.github.io/django-restql
MIT License
621 stars 43 forks source link

Commitizen as potential improvement to contribution workflow #295

Open resurrexi opened 3 years ago

resurrexi commented 3 years ago

I came across this package and thought of the contribution guidelines, specifically the section on writing commit messages. Perhaps it can help enforce some of the rules, and in addition, has support for emojis from a third-party package.

Commitizen follows conventions set by conventional commits.

Also, I'm not too sure if this package is any related to the one for javascript projects but that's how I discovered it.