I've trying to customize my project's commit types, but found that title doesn't make any effect. And i notice, in source code, it seems engine.js won't use title, is there something wrong?
README.md:
engine.js:
|
name: (key + ':').padEnd(length) + ' ' + type.description, |