Skip to content

Commit

Permalink
docs(readme): Fix list indent 📚
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 15, 2017
1 parent 0a47cc0 commit 63740bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ See [commitizen documentation](https://github.com/commitizen/cz-cli#making-your-
Aliases are additionnal commit types that will be formatted to follow [AngularJS Commit Message Conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit) and automatically set some fields.

For example when choosing `initial`, `cz-conventional-commit` will automatically set:
* the standard type to `feat`
* the `scope` to empty
* the `subject` to 'Initial commit 🎉'
* the `issues` to empty
* the `breaking` to empty
* the standard type to `feat`
* the `scope` to empty
* the `subject` to 'Initial commit 🎉'
* the `issues` to empty
* the `breaking` to empty

The commit message will be `feat: Initial commit 🎉`.

Expand All @@ -101,4 +101,4 @@ The commit message will be `feat: Initial commit 🎉`.

## Related

- [conventional-commit-types](hhttps://github.com/vanduynslagerp/conventional-commit-types) - List of conventional commit types and aliases for this module
* [conventional-commit-types](hhttps://github.com/vanduynslagerp/conventional-commit-types) - List of conventional commit types and aliases for this module

0 comments on commit 63740bb

Please sign in to comment.