Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 942 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 942 Bytes

We're really glad you're reading this, because we need developers to help this project. 👏

If you would like to contribute, here are a few starters:

  • Bug Hunts.
  • Add sorts of examples.
  • Refactor Code.
  • Additional features/ More integrations.
  • TS support.

Instructions

These steps will guide you through contributing to this project:

  • Create an issue to discuss about the changes you want to do before starting to code.

  • Fork the repo

  • Clone it and install dependencies

    $ git clone https://github.com/https://github.com/salman0ansari/whatsapp-api-nodejs
    
      $ npm install
    
  • Make changes

  • Send a GitHub Pull Request with a clear list of what you've done (read more about pull requests). Make sure all of your commits are atomic (one feature per commit).