Contribute Guide

Contribute to bRPC

If you meet any problem or request a new feature, you’re welcome to create an issue.

If you can solve any of the issues, you’re welcome to send the PR to us.

Before the PR:

  • Fully comply with the ASF Code of Conduct.
  • Make sure your code style conforms to google C++ coding style. Indentation is preferred to be 4 spaces.
  • The code appears where it should be. For example the code to support an extra protocol should not be put in general classes like server.cpp, channel.cpp, while a general modification would better not be hidden inside a very specific protocol.
  • Has unittests.

After the PR:

Last modified April 1, 2024: Update oncall report (#169) (918d618)