Files
OMS/.github/CONTRIBUTING.md
2025-12-28 23:13:25 +08:00

23 lines
993 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Contributing to ONEX OMS
感谢你对 ONEX OMS 的贡献意愿!请遵循以下简要流程:
## 快速流程
1. Fork 仓库并创建特性分支:`git checkout -b feature/your-change`
2. 安装依赖:`composer install --no-dev`
3. 开发与自测:推荐运行相关单测(如有)与基础功能验证
4. 提交:遵循 Conventional Commits例如 `feat: add xxx`
5. 提交 PR描述改动、测试范围、风险点
## 规范要点
- 提交信息:使用 [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
- 代码风格:参考 [编码规范(在线版)](https://op.shopex.cn/doc_oms_dev/100.rule/1.code.html)
- 配置与安装:参考 [部署指南(在线版)](https://op.shopex.cn/doc_oms_dev/200.install-deploy/deployment-guide.html)
## 问题反馈
- Bug / 需求:创建 Issue并附上复现场景、期望行为、环境信息
- 安全问题:请勿公开提 Issue可通过私下渠道联系维护者
感谢你的贡献!