Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 719 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 719 Bytes

Contributing

If you are willing to contribute, first you should know that I will love you and so will the Telegram Bot community.

Before proceeding any further, read the following documents:

  1. Code of Conduct
  2. License

General Information

Updating API Reference i.e. generating doc/api.md

Run:

$ npm run gen-doc

Running tests

Please read test/README.md for more information.

Transpiling ES2015 for older Node.js versions

We use babel to transpile the code:

$ npm run build