如何贡献 在Github上Fork到自己的仓库 将fork后的项目拉到本地: 新建一个分支,并添加或编辑内容: 提交并推送到github: 在Github上提交Pull Request。
git clone https://github.com/<user-name>/sdn-handbook
git checkout -b new-branch
git commit -am "comments"; git push