1.1 KiB
1.1 KiB
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:
General Information
Creating a Github issue:
- Ensure that your issue does not already exist. Do a search.
- Browse through StackOverflow and other similar platforms.
- Should you open your issue, ensure you use the English language for the wider target audience.
- Be patient please.
Updating API Reference i.e. generating doc/api.md
Run:
$ npm run 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