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