1 Star 0 Fork 239

码农 / sofa-rpc

forked from SOFAStack / sofa-rpc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
Geng Zhang 提交于 2018-04-11 11:35 . Code base on v5.3.0.

Contributing to SOFARPC

SOFARPC is released under the Apache 2.0 license, and follows a very standard Github development process, using Github tracker for issues and merging pull requests into master. If you would like to contribute something, or simply want to hack on the code this document should help you get started.

Sign the Contributor License Agreement

Before we accept a non-trivial patch or pull request we will need you to sign the Contributor License Agreement. Signing the contributor’s agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.

Code Conventions

None of these is essential for a pull request, but they will all help.

  1. we provided a code formatter file, it will formatting automatically your project when during process of building.

  2. Make sure all new .java files to have a simple Javadoc class comment with at least an @author tag identifying you, and preferably at least a paragraph on what the class is for.

  3. Add the ASF license header comment to all new .java files (copy from existing files in the project)

  4. Add yourself as an @author to the .java files that you modify substantially (more than cosmetic changes).

  5. Add some Javadocs.

  6. A few unit tests would help a lot as well — someone has to do it.

  7. When writing a commit message please follow these conventions, if you are fixing an existing issue please add Fixes gh-XXXX at the end of the commit message (where XXXX is the issue number).

Java
1
https://gitee.com/feng520han/sofa-rpc.git
git@gitee.com:feng520han/sofa-rpc.git
feng520han
sofa-rpc
sofa-rpc
master

搜索帮助