File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -41,5 +41,7 @@ FlinkStreamSQL
41
41
42
42
## 如何贡献FlinkStreamSQL
43
43
44
+ [ pr规范] ( docs/pr.md )
45
+
44
46
## License
45
47
FlinkStreamSQL is under the Apache 2.0 license. See the [ LICENSE] ( http://www.apache.org/licenses/LICENSE-2.0 ) file for details.
Original file line number Diff line number Diff line change
1
+ ## PR规范
2
+
3
+ 1 . 建立issue,描述相关问题信息
4
+ 2 . 基于对应的release分支拉取开发分支
5
+ 3 . commit 信息:[ type-issueid] [ module] msg
6
+ 1 . type 类别
7
+ 2 . feat:表示是一个新功能(feature)
8
+ 3 . hotfix:hotfix,修补bug
9
+ 4 . docs:改动、增加文档
10
+ 5 . opt:修改代码风格及opt imports这些,不改动原有执行的代码
11
+ 6 . test:增加测试
12
+
13
+ <br />
14
+
15
+ eg:
16
+ [ hotfix-31280] [ core ] 修复bigdecimal转decimal运行失败问题
17
+ [ feat-31372] [ rdb ] RDB结果表Upsert模式支持选择更新策略
18
+
19
+ 1 . 多次提交使用rebase 合并成一个。
20
+ 2 . pr 名称:[ flinkx-issueid] [ module名称 ] 标题
You can’t perform that action at this time.
0 commit comments