FlyDB icon indicating copy to clipboard operation
FlyDB copied to clipboard

How to contribute

Open CrazyJius opened this issue 2 years ago • 1 comments

What can I need to contribute if I join your developer team?

CrazyJius avatar May 05 '23 04:05 CrazyJius

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.

qishenonly avatar May 05 '23 09:05 qishenonly