botbook/docs/chapter-10-contributing.md
Rodrigo Rodriguez (Pragmatismo) d16e56de9a
Some checks failed
GBCI / build (push) Failing after 1m52s
chore: remove unused files and add babel and tsconfig for Docusaurus setup
2025-04-12 19:34:13 -03:00

20 lines
No EOL
431 B
Markdown

---
sidebar_position: 100
---
# Contributing
## 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)
### 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.