- Clone the repo
- Make your changes
- (Write appropriate tests within
tests/
) - Commit using conventional commits
- Open a pull request
- When checks for the PR fail consider making changes so that the checks pass
Git committing is done using conventional commits with NPM.
Consider installing node packages with NVM and start committing with npm run commit
.
Git hooks installed via Husky will do the rest.
How to install:
- Use Node version
12.16.1
(or use NVM and runnvm use
) - Run
npm install
and thennpm run commit
to commit your changes