# Contribute to nowjs-web-telegram-api

## Pushing into main repository
If you'd like to contribute to **nowjs-web-telegram-api** with a patch follow the following steps:
* fork the repository interested in your change. The main one is https://github.com/nowcando/nowjs-core .
* select the "develop" branch i present
* apply your changes,
* test that Test Suite hasn't been broken by running:
 * `nodeunit`
* if all the tests pass, then do a **Pull Request** (PR) against **"develop"** branch on GitHub repository and write a comment about the change. Please don't send PR to "master" because we use that branch only for releasing

