isuke
2/10/2018 - 9:35 AM

git-consistent sample 02 github issue

git-consistent sample 02 github issue

This is git-consistent sample.

example commmits

close #12 implement foo function

https://github.com/isuke/git-consistent/issues/12
This is amazing function.
fix typo
<githubIssueNum> <subject>

<githubIssueUrl>
<body>
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'