We love pull requests. And following this guidelines will make your pull request easier to merge
- Install EditorConfig plugin for your code editor to make sure it uses correct settings.
- Fork the repository and clone your fork.
- Install dependencies:
npm install.
We make use of Typescript along with Tslint to ensure a consistent coding style. All of the rules are defined inside the tslint.json file.
Always make sure to lint and test your code before pushing it to the GitHub.
npm testJust lint the code
npm run lintMake sure you add sufficient tests for the change.
- Do not change version number inside the
package.jsonfile. - Do not update
CHANGELOG.mdfile. - Do not update
tslint.jsonortslint.jsfile. If something prevents you writing code, please create an issue for same.
Feel free to ask.