• 首页
  • 产品中心
    • 数式Oinone四大产品

      低代码开发平台无代码开发平台集成开发平台AI大模型开发
    • 数式Oinone体系能力

      用户与组织权限管理文件管理消息中心国际化业务审计
    • 数式Oinone核心产品特性

      低无一体面向软件公司场景无限制应用级扩容可分可合
  • 服务中心
    • 客户服务

      预约演示方案咨询私有部署找人定制
    • 开发者

      问答下载
    • Oinone学院

      社区学习

    《精讲面向软件公司的低代码平台——以Oinone为例》

  • 合作伙伴
    渠道申请伙伴名录专家库
  • 关于数式
0571-88757863

Git Guidelines


1. Code Submission Specifications

# Oinone Code Submission Specifications
- **Branch Naming**:
  - `feature/[module-name]-[feature-brief]` (e.g., `feature/auth-oauth2-support`)
  - `bugfix/[Issue-number]-[issue-brief]` (e.g., `bugfix/#123-login-error`)
- **Commit Message Format**:

[Type]: [Module] Description Example: feat(auth): Add OAuth2.0 authentication support fix(core): Fix thread pool memory leak issue (#456)

- **Type Tags**: `feat|fix|docs|style|refactor|test|chore`

2. Issue Template Example

# Bug Report
## Environment
- Oinone Version: [e.g., v1.2.0]
- Deployment Method: [monolithic/microservice]
- Reproduction Steps:
  1. [Step 1]
  2. [Step 2]
## Expected Behavior
[Describe the expected performance]
## Actual Behavior
[Describe the error phenomenon]

# Feature Request
## Requirement Background
[Explain the business scenario or pain point]
## Suggested Solution
[Can describe the technical implementation idea]

3. PR Review Process

# Oinone PR Review Rules
1. **Admission Conditions**:
   - Pass basic CI tests (unit test coverage ≥80%).
   - Associate at least one Issue number.
2. **Review Process**:
   - **Initial Review**: Community maintainers check code style and documentation completeness.
   - **Technical Re-review**: Core committee members (more than 2 people) verify architectural rationality.
   - **Merger Decision**: At least 2 "Approve" are required for merging.
3. **Dispute Handling**:
   - Technical disputes are submitted to the community committee for voting, and a conclusion should be given within 3 days.
Edit this page
Last Updated:1/15/26, 4:02 AM
Prev
Contributor License Agreement Template
Next
Coding Guidelines
默认页脚
Copyright © 2026 Mr.Hope