Commit message prefix

As discussed in this issue, the DOC: prefix is now valid when writing commit message.

The Commit Style Guide and the commit check have both been updated.

For reference, here is the regex used to validate the commit title: (BUG|COMP|DOC|ENH|PERF|STYLE)\: \w+

3 Likes