The contribution procedure is based on the fork and pull model described here.
- Check open issues.
- Fork the project.
- Make your changes.
- Create a pull request.
TODO
The title shoul contain one of the following tags:
ref: refactor old code.feat: new feature.fix: fix a bug .test: related to the testing part.doc: documenting the project.typo: fix typos.
The body should contain in the first line the title, then a resume of the changes made and finally the issue that the PR close.
| Title | Body |
|---|---|
| feat: SSL for sync client | feat: SSL for sync client Websocket over TLS connections Close [Add TLS for sync client #34] |