Commitizen adapter for freeCodeCamp.
npm install cz-freecodecamp
Status:

A plugin for commitizen built for
freeCodeCamp
Table of Contents
- Introduction
- Installation
- Usage
This Commitizen adapter helps standardize commit messages for freeCodeCamp so
being asked to fix incorrectly formatted commit messages will be less of a
problem.
Install as a global adapter for freeCodeCamp repos
``shellInstall the commitizen cli globally
npm install --global commitizen
`
Usage on freeCodeCamp's repos
`shell
... # Make changes
Note: Please check the contributing guidelines on the main repo for more on usage.