1 Star 0 Fork 136

TheSaltiestOne / BRPC

forked from 百度开源 / BRPC 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 1.52 KB
一键复制 编辑 原始数据 按行查看 历史

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:

  • 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:

Chinese version

如果你遇到问题或需要新功能,欢迎创建issue

如果你可以解决某个issue, 欢迎发送PR。

发送PR前请确认:

  • 你的代码符合google C++代码规范。缩进最好为4个空格。
  • 代码出现的位置和其定位相符。比如对于某特定协议的扩展代码不该出现在server.cpp, channel.cpp这些较为通用的类中,而一些非常通用的改动也不该深藏在某个特定协议的cpp中。
  • 有对应的单测代码。

提交PR后请确认:

C++
1
https://gitee.com/Andyato/BRPC.git
git@gitee.com:Andyato/BRPC.git
Andyato
BRPC
BRPC
master

搜索帮助