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

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f846aa  [KYUUBI #1965] [DOCS] Use the newly added official logo at 
asf svn in README
1f846aa is described below

commit 1f846aa398a7d7256412b1105544add64bb8c7b5
Author: Kent Yao <[email protected]>
AuthorDate: Wed Feb 23 21:01:21 2022 +0800

    [KYUUBI #1965] [DOCS] Use the newly added official logo at asf svn in README
    
    ### _Why are the changes needed?_
    
    An SVG version of the Kyuubi logo has been uploaded to ASF svn repo, see 
https://www.apache.org/logos/?#kyuubi
    
    In this PR, we replace the one of png in the repo with it. Additionally, 
some badges that indicate how our repo is maintained are added to align the 
logo.
    
    ### _How was this patch tested?_
    
    checked https://github.com/yaooqinn/incubator-kyuubi/tree/readme
    
    Closes #1965 from yaooqinn/readme.
    
    Closes #1965
    
    1c8aef0c [Kent Yao] Use the newly added official logo at asf svn
    d8869fda [Kent Yao] Use the newly added official logo at asf svn
    a79b8a46 [Kent Yao] Use the newly added official logo at asf svn
    ece9c802 [Kent Yao] Use the newly added official logo at asf svn
    9e009f9c [Kent Yao] Use the newly added official logo at asf svn
    6aaad1ac [Kent Yao] Use the newly added official logo at asf svn
    
    Authored-by: Kent Yao <[email protected]>
    Signed-off-by: Kent Yao <[email protected]>
---
 README.md | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index bf8c851..2876643 100644
--- a/README.md
+++ b/README.md
@@ -14,17 +14,21 @@
  - See the License for the specific language governing permissions and
  - limitations under the License.
  -->
+# Apache Kyuubi (Incubating)
+<img 
src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/kyuubi-1.svg";
 alt="Kyuubi logo" height="120px" align="right" />
 
-![](docs/imgs/kyuubi_logo.png)
-
-[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+[![Release](https://img.shields.io/github/v/release/apache/incubator-kyuubi?label=release)](https://github.com/apache/incubator-kyuubi/releases)
 
[![](https://tokei.rs/b1/github.com/apache/incubator-kyuubi)](https://github.com/apache/incubator-kyuubi)
-![GitHub top 
language](https://img.shields.io/github/languages/top/apache/incubator-kyuubi)
-[![Latest 
tag](https://img.shields.io/github/v/tag/apache/incubator-kyuubi?label=tag)](https://github.com/apache/incubator-kyuubi/tags)
 
[![codecov](https://codecov.io/gh/apache/incubator-kyuubi/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-kyuubi)
-[![Travis](https://api.travis-ci.com/apache/incubator-kyuubi.svg?branch=master)](https://travis-ci.com/apache/incubator-kyuubi)
 ![GitHub Workflow 
Status](https://img.shields.io/github/workflow/status/apache/incubator-kyuubi/Kyuubi/master?style=plastic)
+[![Travis](https://api.travis-ci.com/apache/incubator-kyuubi.svg?branch=master)](https://travis-ci.com/apache/incubator-kyuubi)
 [![Documentation 
Status](https://readthedocs.org/projects/kyuubi/badge/?version=latest)](https://kyuubi.apache.org/docs/latest/)
+![GitHub top 
language](https://img.shields.io/github/languages/top/apache/incubator-kyuubi)
+[![Commit 
activity](https://img.shields.io/github/commit-activity/m/apache/incubator-kyuubi)](https://github.com/apache/incubator-kyuubi/graphs/commit-activity)
+[![Average time to resolve an 
issue](http://isitmaintained.com/badge/resolution/apache/incubator-kyuubi.svg)](http://isitmaintained.com/project/apache/incubator-kyuubi
 "Average time to resolve an issue")
+[![Percentage of issues still 
open](http://isitmaintained.com/badge/open/apache/incubator-kyuubi.svg)](http://isitmaintained.com/project/apache/incubator-kyuubi
 "Percentage of issues still open")
+
 
 ## What is Kyuubi?
 

Reply via email to