opensource-nepal / commitlint

commitlint is a tool designed to lint your commit messages according to the Conventional Commits standard for your pre-commit hook and GitHub Actions.
GNU General Public License v3.0
16 stars 9 forks source link

Doc for conventional commit message #30

Closed aj3sh closed 4 months ago

aj3sh commented 6 months ago

Let's add some brief more information about the Conventional commit message in README.md.

Informations can be: What are they? Why do we need them? What is a valid conventional commit? What validations does commitlint perform? etc.

Ref link: https://www.conventionalcommits.org/en/v1.0.0/