Hi! In the JavaScript version of commitlint, there is a rule `references-empty` that can check for ticket numbers like: ``` feat: foo bar #3 ``` or ``` feat: foo bar PROJ-23 ``` It would be nice, if you can support those as well. Thanks! :)