To contribute to the project, please follow these steps:
- Fork the repo
- Make a branch for your change
- Run
npm install
- Make your changes
- Run
npm run check
- Test your changes
- Run
git add -A
to add your changes - Run
git commit
- with a helpful message - Push your changes with
git push
- Create a Pull Request