Feel free to contribute to voici.js:
- Create a fork
- Create a new branch from
release
(ormain
if not existing) - Make your changes
- Run prettier:
npm run prettier
- Run linter:
npm run lint
- Run tests:
npm test
- Commit & push your changes
- Submit a pull request 🚀
Don't forget to add new test cases if appropriate.