Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 544 Bytes

File metadata and controls

17 lines (14 loc) · 544 Bytes

如何贡献代码

步骤

  1. 将项目 Fork 到个人名下;
  2. 将 Fork 好的项目克隆到本地;
  • git clone git@github.com:xxx/outreader.git
  1. 本地新建一个分支
  • 添加新功能:git checkout -b feat-xxx
  • 修改 Bug:git checkout -b fix-xxx
  1. 开发
  2. 将修改的代码推到远端
  3. 在 GitHub 上创建一个 Pull Request,请求合入到 git@github.com:jiegouyun/outreader.git
  4. Pull Reqest 中详细描写提交的代码新增的功能或者修改的 Bug
  5. 等待合入

Commit 格式