Skip to content

Commit 0bb9e6d

Browse files
authored
docs: Pre-development preparation (alibaba#762)
1 parent ecdd077 commit 0bb9e6d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CONTRIBUTING_CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
* [分支定义](#分支定义)
7474
* [提交规则](#提交规则)
7575
* [PR说明](#PR说明)
76+
* [开发前准备](#开发前准备)
7677

7778
### 工作区准备
7879

@@ -168,6 +169,12 @@ git config --get user.email
168169

169170
PR 是更改 Higress 项目文件的唯一方法。为了帮助审查人更好地理解你的目的,PR 描述不能太详细。我们鼓励贡献者遵循 [PR 模板](./.github/PULL_REQUEST_TEMPLATE.md) 来完成拉取请求。
170171

172+
### 开发前准备
173+
174+
```shell
175+
make prebuild && go mod tidy
176+
```
177+
171178
## 测试用例贡献
172179

173180
任何测试用例都会受到欢迎。目前,Higress 功能测试用例是高优先级的。

CONTRIBUTING_EN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ No matter commit message, or commit content, we do take more emphasis on code re
169169

170170
PR is the only way to make change to Higress project files. To help reviewers better get your purpose, PR description could not be too detailed. We encourage contributors to follow the [PR template](./.github/PULL_REQUEST_TEMPLATE.md) to finish the pull request.
171171

172+
### Pre-development preparation
173+
174+
```shell
175+
make prebuild && go mod tidy
176+
```
177+
172178
## Test case contribution
173179

174180
Any test case would be welcomed. Currently, Higress function test cases are high priority.

0 commit comments

Comments
 (0)