Skip to content

Instantly share code, notes, and snippets.

@isuke
Created February 10, 2018 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isuke/1cc2931e30b4d59b2b623741ebff242b to your computer and use it in GitHub Desktop.
Save isuke/1cc2931e30b4d59b2b623741ebff242b to your computer and use it in GitHub Desktop.
git-consistent sample 02 github issue
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>

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment