How to contribute
What can I need to contribute if I join your developer team?
Familiar with Pull Request
- add Test Case
- add example code
There are no Test methods for some API in FlyDB, you can add test cases according to the existed.
And you can also add some example code to show users how to use FlyDB(under examples dir). https://github.com/qishenonly/flydb/tree/master/examples
This kind PRs only aims to let you deep into FlyDB and understand more about how it works.
Fix bugs or add/enhance features
If an issue is marked with bug or enhancement, which means bug fix or add/enhance features, you might have to understand completely FlyDB to solve it.
Note
every issue is marked with its difficulty(easy, medium, hard), you can pick them according to your understanding of FlyDB, and if you have any problems, contact me as soon.