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

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 755b38dd35 Update project meta (#12897)
755b38dd35 is described below

commit 755b38dd35df9a66cee4f4ba649962cb07e443f4
Author: Ken Liu <[email protected]>
AuthorDate: Mon Aug 14 16:23:42 2023 +0800

    Update project meta (#12897)
    
    * udpate README.md
    
    * update README.md
    
    * update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * update project meta
---
 .asf.yaml | 7 ++++++-
 README.md | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 7b00d47b06..cb1d0d1037 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,6 +25,7 @@ notifications:
 
 github:
   homepage: https://dubbo.apache.org/
+  description: "The java implementation of Apache Dubbo. An RPC and 
microservice framework."
   features:
     # Enable wiki for documentation
     wiki: true
@@ -44,9 +45,13 @@ github:
       foo: bar
   labels:
     - java
+    - rpc
     - microservices
     - framework
     - restful
     - distributed-systems
-    - rpc
     - dubbo
+    - service-mesh
+    - http
+    - grpc
+    - web
diff --git a/README.md b/README.md
index ec71c66336..f96290ee4a 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ git clone https://github.com/apache/dubbo-samples.git
 cd dubbo-samples/1-basic/dubbo-samples-api
 ```
 
-There's a 
[README](https://github.com/apache/dubbo-samples/blob/389cd612f1ea57ee6e575005b32f195c442c35a2/1-basic/dubbo-samples-api/README.md)
 file under `dubbo-samples-api` directory. We recommend referencing the samples 
in that directory by following the below-mentioned instructions: 
+There's a 
[README](https://github.com/apache/dubbo-samples/blob/389cd612f1ea57ee6e575005b32f195c442c35a2/1-basic/dubbo-samples-api/README.md)
 file under `dubbo-samples-api` directory. We recommend referencing the samples 
in that directory by following the below-mentioned instructions:
 
 ### Maven dependency
 

Reply via email to