Contributing to the General Bots open-core
How To
Make commit
See these guides:
Use BotLib as a local project for development
- Enter botlib directory and then run npm link;
- Enter BotServer folder and the run npm link botlib;
- Ensure package.json of both projects are synced.