I'm really glad you're reading this, because we need volunteer developers to help this project come to fruition.
Here are some important resources:
- Apache Thrift make sure you know about thrift RPC
- Frugal want to create/pull new service line? this will help you
Make sure your code is really clear, fix and ready too used by testing it by your self.
Please send a Github pull request to AsyncLine with a clear list of what you've done (read more about pull request).
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
$ git commit -m "this is a new pull from blabla
>
> to fixing some bug at blabla"