2019-03-01 15:34:29 -03:00
|
|
|
# Contributing to the General Bots open-core
|
|
|
|
|
|
|
|
## How To
|
|
|
|
|
|
|
|
### Make commit
|
|
|
|
|
|
|
|
See these guides:
|
|
|
|
|
|
|
|
* [1](https://seesparkbox.com/foundry/semantic_commit_messages)
|
|
|
|
* [2](http://karma-runner.github.io/0.10/dev/git-commit-msg.html)
|
2019-03-08 05:34:25 -03:00
|
|
|
|
|
|
|
### Use BotLib as a local project for development
|
|
|
|
|
|
|
|
1. Enter botlib directory and then run npm link;
|
|
|
|
2. Enter BotServer folder and the run npm link botlib;
|
|
|
|
3. Ensure package.json of both projects are synced.
|