The current repo belongs to Paused status, and some functions are restricted. For details, please refer to the description of repo status
0 Star 0 Fork 2.1K

请叫我韦爵爷 / DBlog
Paused

forked from yadong.zhang / OneBlog 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribution.md 1.31 KB
Copy Edit Raw Blame History

代码贡献说明

  1. 首先非常欢迎和感谢对本开源项目发起PR的朋友
  2. 本项目主要以【阿里编程规约】作为规范进行开发,因此各位小伙伴有必要提前安装一个阿里编程规约插件。(Eclipse安装插件介绍 & Idea安装插件介绍
  3. 代码提交前,请务必格式化一下代码,并且保证新增或者修改的方法都有完整的参数说明
  4. 请尽量编写相关单元测试

贡献代码的方式

  • fork本开源项目到自己的仓库,如your/DBlog,然后clone到本地(注意:是clonefork后的你的仓库里的项目),并配置用户信息

    $ git clone https://gitee.com/your/DBlog.git
    $ cd DBlog
    $ git config user.name "your name"
    $ git config user.email "your email"
  • 本地修改代码后,推送到自己的仓库

    $ git commit -am "change something"
    $ git push origin master
  • 最后在你仓库里fork的项目里提交Pull Request 即可

详情参考:http://git.mydoc.io/?t=153749

Java
1
https://gitee.com/tuzijava/DBlog.git
git@gitee.com:tuzijava/DBlog.git
tuzijava
DBlog
DBlog
master

Search