6 Star 45 Fork 11

Baihai IDP / IDP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
contributing.md 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Regan Yue 提交于 2023-02-23 17:26 . Create contributing_zh.md
title
Contributing

Contributing

contribute workflow

  1. report a issue
  2. assign issue to you
  3. create a draft pull request with the issue number included
  4. pass CI checking
  5. change the status of PR to "Ready for review"
  6. more than 3 members review and approve
  7. merge PR

code style

Please read code-style.md

PR branch naming style

branch naming is kebab-case and require prefix in one of follow type

  • feature: this PR introduces a new feature to the codebase
  • fix: this PR patches a bug in codebase
  • refactor: this PR changes the code base without new features or bugfix
  • ci: this PR changes build/testing/ci steps
  • docs: this PR changes the documents
  • chore: this PR only has small changes that no need to record, like coding styles

git branch name example: chore/ci-add-typo-checking

commit message style

[branch_name](#issue_number): commit message

git commit message example: [chore/ci-add-typo-checking](#1): CI add typos cli tools to check typo

Rust
1
https://gitee.com/baihai-idp/IDP.git
git@gitee.com:baihai-idp/IDP.git
baihai-idp
IDP
IDP
main

搜索帮助