Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 706 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 706 Bytes

贡献方法

该项目欢迎使用者和开发者贡献相关文档和代码,以推进项目的发展和完善。以下是贡献方法:

  1. 克隆该项目:

    git clone https://github.com/ChatHubLab/doc.git
  2. 创建新的分支:

    git checkout -b my-feature
  3. 完成相关代码和文档的修改和编写。

  4. 提交代码到本地仓库:

    git add .
    git commit -m "my feature"
  5. 推送分支到GitHub:

    git push origin my-feature
  6. 在 项目 GitHub 主页的Branches ↗ 创建 New Pull Request,并等待管理员审核和合并。