add-msg-issue-prefix-hook icon indicating copy to clipboard operation
add-msg-issue-prefix-hook copied to clipboard

Results 1 add-msg-issue-prefix-hook issues
Sort by recently updated
recently updated
newest added

```yaml - repo: https://github.com/avilaton/add-msg-issue-prefix-hook rev: v0.0.x hooks: - id: add-msg-issue-prefix args: - '--template=[{}]' - '--pattern=[a-zA-Z0-9]{1,10}-[0-9]{1,5}' - '--default=[NO-ISSUE]' - '--insert-after=^feat.?:|^fix.?:|^docs.?:|^style.?:|^refactor.?:|^test.?:|^chore.?:|^ci.?:|^build.?:|^perf.?:|^revert.?:' ``` `rev: v0.0.8` outputs -> `feat: [NO-ISSUE] commit message` `rev: v0.0.11`...