sourcerer-io / sourcerer-app

🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
https://sourcerer.io/start
MIT License
6.73k stars 281 forks source link

Conventional commits - stats derived from the commit message #572

Open felubra opened 4 years ago

felubra commented 4 years ago

First of all, thank you for this magnificent, impressive project!

I was thinking if some stats could be derived from the commit message. So, for example, if a repo uses the conventional commits spec, then the distribution of the types (chore, fix, feat...) could be used to create a badge, for example, "I am a fixer", if the most of the user commits are written using the "fix" type. Another example: for the user that is above a certain threshold of commits with the "BREAKING CHANGE" expression, then a badge "I am bold" etc.