This is git-consistent sample.
close #12 implement foo function
https://github.com/isuke/git-consistent/issues/12
This is amazing function.
fix typo
| githubIssueNum: | |
| type: string | |
| required: false | |
| description: 'github issue number' | |
| prefix: 'close #' | |
| subject: | |
| type: string | |
| required: true | |
| description: 'The subject contains succinct description of the change' | |
| githubIssueUrl: | |
| type: variable | |
| origin: githubIssueNum | |
| description: 'github issue url' | |
| prefix: 'https://github.com/isuke/git-consistent/issues/' | |
| body: | |
| type: text | |
| default: '' | |
| required: false | |
| description: 'The body contains details of the change' |
| <githubIssueNum> <subject> | |
| <githubIssueUrl> | |
| <body> |
close #12 implement foo function
https://github.com/isuke/git-consistent/issues/12
This is amazing function.
fix typo