Gather CCC contribution stats for code and non-code contributions for release notes
## Problem/motivation The current tools for generating release notes are inadequate as they only focus on code commits. They also require the issue number to be in the commit message. I want to gather the stats for all contributors for a release including non-code contributions which there are many. ## Solution The result for release notes should be something like: ``` New Features * one * two Bug Fixes * one * two Tasks * one * two Non-Code Contributions * number of issues? Contributors: kristen pol (35), afoster (8), emma horrell (6), scott falconer (6), mglaman (3)... salsa (35), acquia (10) fosterinteractive (8), ... ```
issue