8000 docs(README): added badges · ranshamay/commitizen@aff2519 · GitHub
[go: up one dir, main page]

Skip to content

Commit aff2519

Browse files
committed
docs(README): added badges
1 parent 3c611f7 commit aff2519

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

README.rst

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ Commitizen
44

55
Python 3 command line utility to standardize commit messages
66

7-
[!][Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
87

8+
.. |conventional-commits| image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square
9+
:alt: Conventional Commits
10+
:target: https://conventionalcommits.org
11+
12+
.. |version| image:: https://img.shields.io/pypi/v/commitizen.svg?style=flat-square
13+
:alt: PyPI Package latest release
14+
:target: https://pypi.org/project/commitizen/
15+
16+
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/commitizen.svg?style=flat-square
17+
:alt: Supported versions
18+
:target: https://pypi.org/project/commitizen/
919

1020
About
1121
=======
@@ -14,7 +24,12 @@ This client tool prompts the user with information about the commit.
1424

1525
Based on `conventional commits <https://conventionalcommits.org/>`_
1626

17-
By default it uses `angular guidelines <https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit>`_
27+
28+
Current commitizens
29+
===================
30+
31+
`angular guidelines <https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit>`_
32+
1833

1934

2035
Installation
@@ -32,7 +47,14 @@ Run in your terminal
3247

3348
::
3449

35-
cz
50+
cz commit
51+
52+
or
53+
54+
::
55+
56+
cz c
57+
3658

3759
Help
3860
=====
@@ -57,6 +79,20 @@ Help
5779
info show information about the cz
5880
schema show commit schema
5981

82+
83+
Configuration
84+
==============
85+
86+
You can create in your project folder a filled called :code:`.cz`, :code:`.cz.cfg` or in your :code:`setup.cfg`
87+
or if you want to configure the global default in your user's home folder a :code:`.cz` file
88+
with the following information:
89+
90+
::
91+
92+
[commitizen]
93+
name = cz_angular
94+
95+
6096
Creating a commiter
6197
========================
6298

0 commit comments

Comments
 (0)
0