Skip to content

Commit e030400

Browse files
committed
Modify contribute guide
1 parent 9539d6b commit e030400

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

docs/content.zh/how-to-contribute/improve-website.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,4 @@ Flink 项目通过 [GitHub Mirror](https://github.com/apache/flink-web) 以提
9797

9898
### 合并 pull request
9999

100-
默认所有的修改仅在源文件上完成(对 `content/` 目录中自动生成的文件没有修改)。 在推送网站更改之前,请运行构建脚本。
101-
102-
```
103-
./build.sh
104-
```
105-
106-
将更改添加到 `content/` 目录作为附加提交,并将更改推送到 ASF 基本仓库。
107-
100+
默认所有的修改仅在源文件上完成(对 `content/` 目录中自动生成的文件没有修改)。

docs/content/how-to-contribute/improve-website.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,4 @@ Details on how to set the credentials for the ASF git repository are [linked her
9797

9898
### Merging a pull request
9999

100-
Contributions are expected to be done on the source files only (no modifications on the compiled files in the `content/` directory.). Before pushing a website change, please run the build script
101-
102-
```
103-
./build.sh
104-
```
105-
106-
add the changes to the `content/` directory as an additional commit and push the changes to the ASF base repository.
100+
Contributions are expected to be done on the source files only (no modifications on the compiled files in the `content/` directory.).

0 commit comments

Comments
 (0)