贡献代码

  • Fork

  • 创建您的特性分支 git checkout -b my-new-feature

  • 提交您的改动 git commit -am 'Added some feature'

  • 将您的修改记录提交到远程 git 仓库 git push origin my-new-feature

  • 然后到 github 网站的该 git 远程仓库的 my-new-feature 分支下发起 Pull Request