This is an automated email from the ASF dual-hosted git repository.
gaojun2048 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 10e7b452a [Hotfix][Docs] Fix dead link (#3961)
10e7b452a is described below
commit 10e7b452ae0ba5ae0bb90decc12f04e4b5ae539a
Author: Tyrantlucifer <[email protected]>
AuthorDate: Mon Jan 16 22:17:17 2023 +0800
[Hotfix][Docs] Fix dead link (#3961)
---
docs/en/contribution/coding-guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/contribution/coding-guide.md
b/docs/en/contribution/coding-guide.md
index f9f32dce5..1c95ca964 100644
--- a/docs/en/contribution/coding-guide.md
+++ b/docs/en/contribution/coding-guide.md
@@ -113,7 +113,7 @@ This guide documents an overview of the current Apache
SeaTunnel modules and bes
11. If you submit a pull request with a feature that requires updated
documentation, always remember to update the documentation.
-12. Submit the pull request of connector type can write e2e test to ensure the
robustness and robustness of the code, e2e test should include the full data
type, and e2e test as little as possible to initialize the docker image, write
the test cases of sink and source together to reduce the loss of resources,
while using asynchronous features to ensure the stability of the test. A good
example can be found at:
[MongodbIT.java](https://github.com/apache/incubator-seatunnel/blob/dev/seatun
[...]
+12. Submit the pull request of connector type can write e2e test to ensure the
robustness and robustness of the code, e2e test should include the full data
type, and e2e test as little as possible to initialize the docker image, write
the test cases of sink and source together to reduce the loss of resources,
while using asynchronous features to ensure the stability of the test. A good
example can be found at:
[MongodbIT.java](https://github.com/apache/incubator-seatunnel/blob/dev/seatun
[...]
13. The priority of property permission in the class is set to `private`, and
mutability is set to `final`, which can be changed reasonably if special
circumstances are encountered.