Skip to content

Commit 2ec0ba1

Browse files
committed
docs : add gitflow & task
1 parent d973fec commit 2ec0ba1

File tree

2 files changed

+34
-12
lines changed

2 files changed

+34
-12
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
11
# CodeRiver
2-
CodeRiver
2+
3+
CodeRiver PC
4+
5+
6+
## Git Flow
7+
8+
1. 开发者(A,B,C)都会再当前项目的组中,会有当前项目的权限
9+
2. 开发者统一在 `dev` 分支进行开发,日常提交至Dev
10+
3. 当某一个模块完成是,`merge``master`.
11+
12+
## Commit Message(尽量使用英文)
13+
14+
- feat:新功能(feature)
15+
- fix:修补bug
16+
- docs:文档(documentation)
17+
- style: 格式(不影响代码运行的变动)
18+
- refactor:重构(即不是新增功能,也不是修改bug的代码变动)
19+
- test:增加测试
20+
- chore:构建过程或辅助工具的变动
21+
22+
`Example`
23+
24+
> feat : update module-login ui
25+
26+
> docs : add gitflow && commit message style
27+
28+
> fix : can't login success (module-login)
29+
30+
31+
## 当前Task
32+
33+
1. 所有开发者统一完成登录模块(样式,交互,校验逻辑)
34+
2. 开发周期(`1week`
35+
3. 一周后,大家在Github的项目中进行review(组件拆分思想,目录组织方式,命名规范)

src/layouts/TestLayout.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)