Contributing code
- Fork WhiskeySockets/Baileys and create a branch from
master. - Run the project locally with Yarn 4 (via
corepack). The project is ESM-only — see Migrate to Baileys v7 if you’re unfamiliar with the setup. - Add or update tests where it makes sense.
- Open a pull request describing your change and the issue or use case it addresses.
Contributing to the docs
These docs live at WhiskeySockets/docs. Edits follow the same flow as code:- Fork the repo and create a branch.
- Edit the relevant
.mdxfiles. - Open a pull request — preview deployments are generated automatically.