This document describes how to contribute to this repository.
- Node.js >= v8
- git
First the fork this repository and do a checkout of source code from your fork as below:
git clone https://github.com/<YOUR_GITHUB_ID>/apollo-datasource-soap
Once the repository is cloned, please navgate to the project folder.
npm install
This will install the dependencies and you are now ready to contribute.
There are precommit and prepush hooks atttached to this repository. These hooks will run lint, prettier and unit test cases before any commit and push.
Please comply here.
Once you follow all the above, your PR should land safely in the main repository.