如何贡献

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