text git-consistent示例02 github问题 Posted 2021-05-03
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text git-consistent示例02 github问题相关的知识,希望对你有一定的参考价值。
# This is [git-consistent](https://github.com/isuke/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'
以上是关于text git-consistent示例02 github问题的主要内容,如果未能解决你的问题,请参考以下文章
text git-consistent sample 04 issue by branch name
学习进度02_2
02-第一个JavaScript代码
(02)sonarqube-7.3扫描代码示例
postman——集合——执行集合——测试脚本——pm对象简单示例02
java:easyui(重点示例)