Skip to content

Commit dfcafa5

Browse files
committed
Add help link to git workflow
1 parent ab35f36 commit dfcafa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/config/commitlint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export default {
22
defaultIgnores: false,
3+
helpUrl: 'https://github.com/RexOps/Rex/blob/master/CONTRIBUTING.md#git-workflow',
34
rules: {
45
'body-leading-blank': [ 2, 'always', true ],
56
'header-max-length': [ 2, 'always', 50 ],

0 commit comments

Comments
 (0)