Files
form-render/CONTRIBUTING.md
2019-11-24 11:10:09 +08:00

42 lines
921 B
Markdown
Raw Permalink 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.

# 如何贡献代码
欢迎给 FormRender 提优化建议,或者修复已有 Bug共促其发展
## Branch 管理
```
master
dev <--- Develop/PR
```
- `dev` 分支
- 所有的开发均在 dev 分支进行
- 提 PR 时候请提交到 dev 分支
- `master` 分支
- `master` 是稳定不改的分支,不会在上面进行代码开发
- 在 dev 分支 publish 后会 merge 到 master同时打对应 tag
## Commit 格式
```
[{action}] {description}
```
- `{action}`
- `+` 新增功能
- `!` 更新或者修复 bug
- `-` 移除功能
- `{description}`
- 尽可能详细的描述就好
for example:
- [+] 列表选项新增拖拽功能
- [!] 修复输入框长按闪烁的问题
## 更多
- 很推荐在提交 PR 前,先在钉钉群里进行讨论,已防止此功能已经有同学在开发了
- 但是如果是想修复文档和明显代码错误,直接提交 PR 就好