Skip to content

Commit c788260

Browse files
authored
docs(multi-templates): update images for multiple templates (#36)
1 parent fe957f0 commit c788260

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# commitizen
22

3+
[![test](https://github.com/shipengqi/commitizen/actions/workflows/e2e.yaml/badge.svg)](https://github.com/shipengqi/commitizen/actions/workflows/e2e.yaml)
34
[![Go Report Card](https://goreportcard.com/badge/github.com/shipengqi/commitizen)](https://goreportcard.com/report/github.com/shipengqi/commitizen)
45
[![release](https://img.shields.io/github/release/shipengqi/commitizen.svg)](https://github.com/shipengqi/commitizen/releases)
56
[![license](https://img.shields.io/github/license/shipengqi/commitizen)](https://github.com/shipengqi/commitizen/blob/main/LICENSE)
@@ -8,7 +9,7 @@ Command line utility to standardize git commit messages, golang version. Forked
89

910
The [survey](https://github.com/AlecAivazis/survey) project is no longer maintained. Therefore, this project uses [bubbletea](https://github.com/charmbracelet/bubbletea) instead.
1011

11-
![demo](docs/images/demo.gif)
12+
![demo](https://github.com/shipengqi/illustrations/blob/ebe8786a60c6467edb3122723d74d22f639fb216/commitizen/demo.gif?raw=true)
1213

1314
## Getting Started
1415

@@ -66,7 +67,7 @@ You must have a working Go environment:
6667
```
6768
$ git clone https://github.com/shipengqi/commitizen.git
6869
$ cd commitizen
69-
$ make && ./commitizen init
70+
$ make && ./_output/$(GOOS)/$(GOARCH)/bin/commitizen init
7071
```
7172

7273
## Configuration
@@ -147,4 +148,4 @@ items:
147148
format: "{{.type}}{{with .scope}}({{.}}){{end}}: {{.subject}}{{with .body}}\n\n{{.}}{{end}}{{with .footer}}\n\n{{.}}{{end}}"`
148149
```
149150

150-
![multiple-templates](docs/images/multiple-templates.png)
151+
![multiple-templates](https://github.com/shipengqi/illustrations/blob/ebe8786a60c6467edb3122723d74d22f639fb216/commitizen/multiple-templates.png?raw=true)

docs/images/demo.gif

-160 KB
Binary file not shown.

docs/images/multiple-templates.png

-11.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)