This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 1c38c03  Format: add blank/space
     new 84d4ef2  Merge branch '3.0' of https://github.com/apache/dubbo-go into 
3.0
1c38c03 is described below

commit 1c38c03e9baefad3eb60c2bb875aa1a63d1f0d59
Author: yuyu.zx <[email protected]>
AuthorDate: Mon Oct 25 13:42:04 2021 +0800

    Format: add blank/space
---
 CONTRIBUTING.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a987223..98bb87a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,6 +26,12 @@ The title format of the pull request `MUST` follow the 
following rules:
 
 ## 3. Code Style
 
+Please add an blank line at the end of every file.
+
+Please add an blank line at the sub-title and its content.
+
+Please add s space between the Engilsh word/digit number and the Chinese 
character.
+
 ### 3.1 log
 
 >- 1 when logging the function's input parameter, you should add '@' before 
 >input parameter name.
@@ -61,4 +67,12 @@ import (
 import (
   "dubbo.apache.org/dubbo-go/v3/common"
 )
-```
\ No newline at end of file
+```
+
+### 3.5 package
+
+There should be a blank line between the license and the package name.
+
+The package name should not have "xxx_impl".
+
+

Reply via email to