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:
- Make sure the travis-ci passed.
Last modified January 10, 2023: Remove incubator (#122) (7647361c1)