According to [angular developer guide](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#subject) the first letter of the subject must not be capitalised. Though, `@commitlint/config-angular` allows it. I think this is an easy change by setting `subject-case`?
According to angular developer guide the first letter of the subject must not be capitalised. Though,
@commitlint/config-angularallows it.I think this is an easy change by setting
subject-case?