Skip to content

Commit 1f846aa

Browse files
committed
[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 1c8aef0 [Kent Yao] Use the newly added official logo at asf svn d8869fd [Kent Yao] Use the newly added official logo at asf svn a79b8a4 [Kent Yao] Use the newly added official logo at asf svn ece9c80 [Kent Yao] Use the newly added official logo at asf svn 9e009f9 [Kent Yao] Use the newly added official logo at asf svn 6aaad1a [Kent Yao] Use the newly added official logo at asf svn Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Kent Yao <yao@apache.org>
1 parent 770499c commit 1f846aa

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,21 @@
1414
- See the License for the specific language governing permissions and
1515
- limitations under the License.
1616
-->
17+
# Apache Kyuubi (Incubating)
18+
<img src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/kyuubi-1.svg" alt="Kyuubi logo" height="120px" align="right" />
1719

18-
![](docs/imgs/kyuubi_logo.png)
19-
20-
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
20+
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
21+
[![Release](https://img.shields.io/github/v/release/apache/incubator-kyuubi?label=release)](https://github.com/apache/incubator-kyuubi/releases)
2122
[![](https://tokei.rs/b1/github.com/apache/incubator-kyuubi)](https://github.com/apache/incubator-kyuubi)
22-
![GitHub top language](https://img.shields.io/github/languages/top/apache/incubator-kyuubi)
23-
[![Latest tag](https://img.shields.io/github/v/tag/apache/incubator-kyuubi?label=tag)](https://github.com/apache/incubator-kyuubi/tags)
2423
[![codecov](https://codecov.io/gh/apache/incubator-kyuubi/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-kyuubi)
25-
[![Travis](https://api.travis-ci.com/apache/incubator-kyuubi.svg?branch=master)](https://travis-ci.com/apache/incubator-kyuubi)
2624
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/apache/incubator-kyuubi/Kyuubi/master?style=plastic)
25+
[![Travis](https://api.travis-ci.com/apache/incubator-kyuubi.svg?branch=master)](https://travis-ci.com/apache/incubator-kyuubi)
2726
[![Documentation Status](https://readthedocs.org/projects/kyuubi/badge/?version=latest)](https://kyuubi.apache.org/docs/latest/)
27+
![GitHub top language](https://img.shields.io/github/languages/top/apache/incubator-kyuubi)
28+
[![Commit activity](https://img.shields.io/github/commit-activity/m/apache/incubator-kyuubi)](https://github.com/apache/incubator-kyuubi/graphs/commit-activity)
29+
[![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")
30+
[![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")
31+
2832

2933
## What is Kyuubi?
3034

0 commit comments

Comments
 (0)