Update 如何给项目提交PR.md

This commit is contained in:
Dengfeng Liu 2017-11-04 03:40:57 -05:00 committed by GitHub
parent 4bdb860eaa
commit 67f1490d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
apfree wifidog使用github托管其源代码贡献代码使用github的PR(Pull Request)的流程,十分的强大与便利:
###1. [创建 Issue](https://github.com/liudf0716/apfree_wifidog/issues/new) - 对于较大的改动(如新功能,大型重构等)最好先开issue讨论一下较小的improvement(如文档改进bugfix等)直接发PR即可
### 1. [创建 Issue](https://github.com/liudf0716/apfree_wifidog/issues/new) - 对于较大的改动(如新功能,大型重构等)最好先开issue讨论一下较小的improvement(如文档改进bugfix等)直接发PR即可
###2. Fork [apfree_wifidog](https://github.com/liudf0716/apfree_wifidog) - 点击右上角**Fork**按钮
### 2. Fork [apfree_wifidog](https://github.com/liudf0716/apfree_wifidog) - 点击右上角**Fork**按钮
###3. Clone你自己的fork: ```git clone https://github.com/$userid/apfree_wifidog.git```
### 3. Clone你自己的fork: ```git clone https://github.com/$userid/apfree_wifidog.git```
###4. 在**dev**修改并将修改push到你的fork上
### 4. 在**dev**修改并将修改push到你的fork上
###5. 创建从你的fork的**dev**分支到主项目的**dev**分支的[Pull Request] -  [在此](https://github.com/liudf0716/apfree_wifidog)点击**Compare & pull request**
### 5. 创建从你的fork的**dev**分支到主项目的**dev**分支的[Pull Request] -  [在此](https://github.com/liudf0716/apfree_wifidog)点击**Compare & pull request**
###6. 等待review, 需要继续改进或者被Merge!
### 6. 等待review, 需要继续改进或者被Merge!