This project accepts PR! Just keep in mind the following rules:
-
If you are planning to write a new feature or bug fix, consider opening an issue to get a confirmation
- Minor changes like typos fixes in documentation can be created without previous discussion
-
If deemed necesary, add unit tests that cover the feature or prevents the bug fix
-
Before committing, remember to run prettier and eslint to fix syntax and format issues (will setup husky in the future)
-
Follow the server agnostic "philosophy" of the library, avoid using runtime specific features unless strictly required
git clone https://github.com/secreto31126/whatsapp-api-js.git
cd whatsapp-api-js
npm ci
npm run test:build