This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 49b62bf add reference for code conduct (#232)
49b62bf is described below
commit 49b62bf3889232021e3c38d75264c7d4b0d1b01d
Author: Zhang Yonglun <[email protected]>
AuthorDate: Wed Sep 1 20:00:41 2021 +0800
add reference for code conduct (#232)
---
community/1-Apache-ShenYu-Code-Conduct.md | 2 ++
.../current/1-Apache-ShenYu-Code-Conduct.md | 2 ++
2 files changed, 4 insertions(+)
diff --git a/community/1-Apache-ShenYu-Code-Conduct.md
b/community/1-Apache-ShenYu-Code-Conduct.md
index c63393e..e12ce1b 100755
--- a/community/1-Apache-ShenYu-Code-Conduct.md
+++ b/community/1-Apache-ShenYu-Code-Conduct.md
@@ -70,3 +70,5 @@ cover: "/img/architecture/shenyu-framework.png"
- For accurate asserts, try not to use `not`, `containsString` to make
assertions.
- Actual values of test cases should be named `actualXXX`, expected values
`expectedXXX`.
- Class for test case and `@Test` annotation do not need javadoc.
+
+**The content is referenced from the Apache ShardingSphere code conduct with
appropriate adjustments.**
\ No newline at end of file
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/1-Apache-ShenYu-Code-Conduct.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/1-Apache-ShenYu-Code-Conduct.md
index 67b07b6..86a802d 100755
---
a/i18n/zh/docusaurus-plugin-content-docs-community/current/1-Apache-ShenYu-Code-Conduct.md
+++
b/i18n/zh/docusaurus-plugin-content-docs-community/current/1-Apache-ShenYu-Code-Conduct.md
@@ -73,3 +73,5 @@ cover: "/img/architecture/shenyu-framework.png"
- 精确断言,尽量不使用`not`,`containsString`断言。
- 测试用例的真实值应名为为actualXXX,期望值应命名为expectedXXX。
- 测试类和`@Test`标注的方法无需javadoc。
+
+**以上内容参考了Apache ShardingSphere的编码指南,并做了适当调整。**
\ No newline at end of file