From 9be59ed4a069b96a76c2ab5276c2dff337f944e3 Mon Sep 17 00:00:00 2001 From: lionztt Date: Tue, 6 Jun 2023 18:07:53 +0800 Subject: [PATCH 01/16] feat: update readme --- README.md | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c56eea2cb0..8e5f613765 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,28 @@ hugegraph-logo -

- A graph database that supports more than 10 billion data, high performance and scalability -

-
+

A graph database that supports more than 10 billion data, high performance and scalability

-# Apache HugeGraph +
[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![HugeGraph-CI](https://github.com/apache/incubator-hugegraph/actions/workflows/ci.yml/badge.svg)](https://github.com/apache/incubator-hugegraph/actions/workflows/ci.yml) [![CodeQL](https://github.com/apache/incubator-hugegraph/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/incubator-hugegraph/actions/workflows/codeql-analysis.yml) [![License checker](https://github.com/apache/incubator-hugegraph/actions/workflows/licence-checker.yml/badge.svg)](https://github.com/apache/incubator-hugegraph/actions/workflows/licence-checker.yml) -[![Codecov](https://codecov.io/gh/apache/hugegraph/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/hugegraph) +[![Codecov](https://codecov.io/gh/apache/incubator-hugegraph/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/incubator-hugegraph) [![GitHub Releases Downloads](https://img.shields.io/github/downloads/apache/hugegraph/total.svg)](https://github.com/apache/hugegraph/releases) +[![stars](https://img.shields.io/github/stars/apache/hugegraph)](https://github.com/apache/incubator-hugegraph/stargazers) + +
+
+ +## 🚀 What is HugeGraph? [HugeGraph](https://hugegraph.apache.org/) is a fast-speed and highly-scalable [graph database](https://en.wikipedia.org/wiki/Graph_database). Billions of vertices and edges can be easily stored into and queried from HugeGraph due to its excellent OLTP ability. As compliance to [Apache TinkerPop 3](https://tinkerpop.apache.org/) framework, various complicated graph queries can be accomplished through [Gremlin](https://tinkerpop.apache.org/gremlin.html)(a powerful graph traversal language). -## Features + +## 🎉 Features - Compliance to [Apache TinkerPop 3](https://tinkerpop.apache.org/), support [Gremlin](https://tinkerpop.apache.org/gremlin.html) & [Cypher](https://en.wikipedia.org/wiki/Cypher) language - Schema Metadata Management, including VertexLabel, EdgeLabel, PropertyKey and IndexLabel @@ -27,7 +31,7 @@ Billions of vertices and edges can be easily stored into and queried from HugeGr - Plug-in Backend Store Driver Framework, support `RocksDB`, `Cassandra`, `HBase`, `ScyllaDB`, and `MySQL/Postgre` now and easy to add other backend store driver if needed - Integration with `Flink/Spark/HDFS`, and friendly to connect other big data platforms -## Quick Start +## 🚀 Quick Start ### 1. Docker Way @@ -55,22 +59,31 @@ And here are links of other **HugeGraph** component/repositories: 3. [hugegraph-commons](https://github.com/apache/incubator-hugegraph-commons) (**common & rpc** module) 4. [hugegraph-website](https://github.com/apache/incubator-hugegraph-doc) (**doc & website** code) -## Contributing +## 🤝 Contributing Welcome to contribute to HugeGraph, please see [`How to Contribute`](CONTRIBUTING.md) for more information. -## License +Thank you to all the people who already contributed to HugeGraph! + +[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph)](https://github.com/apache/incubator-hugegraph/graphs/contributors) + +## ⏰ Contributor Over Time + +[![Stargazers Over Time](https://contributor-overtime-api.git-contributor.com/contributors-svg?chart=contributorOverTime&repo=apache/incubator-hugegraph)](https://git-contributor.com?chart=contributorOverTime&repo=apache/incubator-hugegraph) + +## 👍 Stargazers Over Time + +![Stargazers over time](https://api.star-history.com/svg?repos=apache/incubator-hugegraph&type=Date) -HugeGraph is licensed under Apache 2.0 License. -## Thanks +## 🌹 Thanks HugeGraph relies on the [TinkerPop](http://tinkerpop.apache.org) framework, we refer to the storage structure of Titan and the schema definition of DataStax. Thanks to TinkerPop, thanks to Titan, thanks to DataStax. Thanks to all other organizations or authors who contributed to the project. You are welcome to contribute to HugeGraph, and we are looking forward to working with you to build an excellent open source community. -### Contact Us +## ☎️ Contact Us --- @@ -78,4 +91,4 @@ You are welcome to contribute to HugeGraph, and we are looking forward to workin - Feedback Email: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/) only) - WeChat public account: Apache HugeGraph, welcome to scan this QR code to follow us. - QR png + QR png \ No newline at end of file From faf03dca0e2e1e22920e73a42a217559ce549833 Mon Sep 17 00:00:00 2001 From: lionztt Date: Tue, 6 Jun 2023 18:24:53 +0800 Subject: [PATCH 02/16] feat: update logo img link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e5f613765..eeee1c0b62 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- hugegraph-logo + hugegraph-logo

A graph database that supports more than 10 billion data, high performance and scalability

From 4ee0e9a6936f13584d01d735a4297c96b4f7a4c9 Mon Sep 17 00:00:00 2001 From: lionztt Date: Tue, 6 Jun 2023 18:33:29 +0800 Subject: [PATCH 03/16] feat: update logo img link --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eeee1c0b62..0710723d2b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- hugegraph-logo + hugegraph-logo

A graph database that supports more than 10 billion data, high performance and scalability

@@ -91,4 +91,6 @@ You are welcome to contribute to HugeGraph, and we are looking forward to workin - Feedback Email: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/) only) - WeChat public account: Apache HugeGraph, welcome to scan this QR code to follow us. - QR png \ No newline at end of file +
+ QR png +
\ No newline at end of file From b1e0d5d4bb4523e86392d85a4247824e2859757a Mon Sep 17 00:00:00 2001 From: lionztt Date: Tue, 6 Jun 2023 18:44:09 +0800 Subject: [PATCH 04/16] feat: delete contact us line --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0710723d2b..dfe8aea9b4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Billions of vertices and edges can be easily stored into and queried from HugeGr - Plug-in Backend Store Driver Framework, support `RocksDB`, `Cassandra`, `HBase`, `ScyllaDB`, and `MySQL/Postgre` now and easy to add other backend store driver if needed - Integration with `Flink/Spark/HDFS`, and friendly to connect other big data platforms + ## 🚀 Quick Start ### 1. Docker Way @@ -59,6 +60,7 @@ And here are links of other **HugeGraph** component/repositories: 3. [hugegraph-commons](https://github.com/apache/incubator-hugegraph-commons) (**common & rpc** module) 4. [hugegraph-website](https://github.com/apache/incubator-hugegraph-doc) (**doc & website** code) + ## 🤝 Contributing Welcome to contribute to HugeGraph, please see [`How to Contribute`](CONTRIBUTING.md) for more information. @@ -67,10 +69,12 @@ Thank you to all the people who already contributed to HugeGraph! [![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph)](https://github.com/apache/incubator-hugegraph/graphs/contributors) + ## ⏰ Contributor Over Time [![Stargazers Over Time](https://contributor-overtime-api.git-contributor.com/contributors-svg?chart=contributorOverTime&repo=apache/incubator-hugegraph)](https://git-contributor.com?chart=contributorOverTime&repo=apache/incubator-hugegraph) + ## 👍 Stargazers Over Time ![Stargazers over time](https://api.star-history.com/svg?repos=apache/incubator-hugegraph&type=Date) @@ -83,9 +87,8 @@ Thanks to TinkerPop, thanks to Titan, thanks to DataStax. Thanks to all other or You are welcome to contribute to HugeGraph, and we are looking forward to working with you to build an excellent open source community. -## ☎️ Contact Us ---- +## ☎️ Contact Us - [GitHub Issues](https://github.com/apache/incubator-hugegraph/issues): Feedback on usage issues and functional requirements (quick response) - Feedback Email: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/) only) From e85bba6355025fbfd8d4ae7b44cb1707460431cd Mon Sep 17 00:00:00 2001 From: lionztt Date: Tue, 6 Jun 2023 18:45:20 +0800 Subject: [PATCH 05/16] feat: delete title line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dfe8aea9b4..383c74dd2d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ [![stars](https://img.shields.io/github/stars/apache/hugegraph)](https://github.com/apache/incubator-hugegraph/stargazers) -
## 🚀 What is HugeGraph? From a254fab04619cab027170d235a156073e14732ba Mon Sep 17 00:00:00 2001 From: lionztt Date: Tue, 6 Jun 2023 18:46:56 +0800 Subject: [PATCH 06/16] feat: add logo line --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 383c74dd2d..e26b2d6fb7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -
+

hugegraph-logo -

+

A graph database that supports more than 10 billion data, high performance and scalability

From 36ec5936cb6477a51feed6832e75bff038f8344e Mon Sep 17 00:00:00 2001 From: lionztt Date: Tue, 6 Jun 2023 19:01:04 +0800 Subject: [PATCH 07/16] feat: change contact us img size and title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e26b2d6fb7..d886819cec 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ -## 🚀 What is HugeGraph? +## 🚀 What is Apache HugeGraph? [HugeGraph](https://hugegraph.apache.org/) is a fast-speed and highly-scalable [graph database](https://en.wikipedia.org/wiki/Graph_database). Billions of vertices and edges can be easily stored into and queried from HugeGraph due to its excellent OLTP ability. As compliance to [Apache TinkerPop 3](https://tinkerpop.apache.org/) framework, various complicated graph queries can be accomplished through [Gremlin](https://tinkerpop.apache.org/gremlin.html)(a powerful graph traversal language). @@ -94,5 +94,5 @@ You are welcome to contribute to HugeGraph, and we are looking forward to workin - WeChat public account: Apache HugeGraph, welcome to scan this QR code to follow us.
- QR png + QR png
\ No newline at end of file From 9a0989a5748a46b726ed12f8d0c33ca36cfe3cca Mon Sep 17 00:00:00 2001 From: lionztt Date: Thu, 8 Jun 2023 16:55:55 +0800 Subject: [PATCH 08/16] feat: change logo img to small size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d886819cec..445c97eae4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- hugegraph-logo + hugegraph-logo

A graph database that supports more than 10 billion data, high performance and scalability

From 3501431d1c7aac2d4af31bf4f2cd8a90294a145c Mon Sep 17 00:00:00 2001 From: Lionztt Date: Fri, 9 Jun 2023 10:08:14 +0800 Subject: [PATCH 09/16] feat: add suggestion and remove 2 charts --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 445c97eae4..feafc66339 100644 --- a/README.md +++ b/README.md @@ -64,21 +64,13 @@ And here are links of other **HugeGraph** component/repositories: Welcome to contribute to HugeGraph, please see [`How to Contribute`](CONTRIBUTING.md) for more information. +Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process. + Thank you to all the people who already contributed to HugeGraph! [![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph)](https://github.com/apache/incubator-hugegraph/graphs/contributors) -## ⏰ Contributor Over Time - -[![Stargazers Over Time](https://contributor-overtime-api.git-contributor.com/contributors-svg?chart=contributorOverTime&repo=apache/incubator-hugegraph)](https://git-contributor.com?chart=contributorOverTime&repo=apache/incubator-hugegraph) - - -## 👍 Stargazers Over Time - -![Stargazers over time](https://api.star-history.com/svg?repos=apache/incubator-hugegraph&type=Date) - - ## 🌹 Thanks HugeGraph relies on the [TinkerPop](http://tinkerpop.apache.org) framework, we refer to the storage structure of Titan and the schema definition of DataStax. From 8176b6ae9d5d184405da81abb48bf978f0cea34d Mon Sep 17 00:00:00 2001 From: imbajin Date: Fri, 9 Jun 2023 11:03:12 +0800 Subject: [PATCH 10/16] change order --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index feafc66339..067642cf6d 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,10 @@ And here are links of other **HugeGraph** component/repositories: ## 🤝 Contributing -Welcome to contribute to HugeGraph, please see [`How to Contribute`](CONTRIBUTING.md) for more information. +Welcome to contribute to HugeGraph, please see [`How to Contribute`](CONTRIBUTING.md) & [Guidelines](https://hugegraph.apache.org/docs/contribution-guidelines/) for more information. Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process. -Thank you to all the people who already contributed to HugeGraph! - -[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph)](https://github.com/apache/incubator-hugegraph/graphs/contributors) - ## 🌹 Thanks @@ -78,6 +74,8 @@ Thanks to TinkerPop, thanks to Titan, thanks to DataStax. Thanks to all other or You are welcome to contribute to HugeGraph, and we are looking forward to working with you to build an excellent open source community. +[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph)](https://github.com/apache/incubator-hugegraph/graphs/contributors) + ## ☎️ Contact Us @@ -87,4 +85,4 @@ You are welcome to contribute to HugeGraph, and we are looking forward to workin
QR png -
\ No newline at end of file + From 6274a6a0aa0c6dbcd1d1595ebe7a442a28b25a90 Mon Sep 17 00:00:00 2001 From: Lionztt Date: Mon, 12 Jun 2023 18:08:45 +0800 Subject: [PATCH 11/16] feat: add text version license --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index feafc66339..3aaa905345 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ And here are links of other **HugeGraph** component/repositories: 3. [hugegraph-commons](https://github.com/apache/incubator-hugegraph-commons) (**common & rpc** module) 4. [hugegraph-website](https://github.com/apache/incubator-hugegraph-doc) (**doc & website** code) +## 📄 License + +HugeGraph is licensed under Apache 2.0 License. + ## 🤝 Contributing @@ -68,7 +72,11 @@ Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to g Thank you to all the people who already contributed to HugeGraph! -[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph)](https://github.com/apache/incubator-hugegraph/graphs/contributors) + ## 🌹 Thanks @@ -85,6 +93,7 @@ You are welcome to contribute to HugeGraph, and we are looking forward to workin - Feedback Email: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/) only) - WeChat public account: Apache HugeGraph, welcome to scan this QR code to follow us. -
+
QR png -
\ No newline at end of file +
+ \ No newline at end of file From 34fba99c947d3efae91bea0c1e8790eb4b5f80b6 Mon Sep 17 00:00:00 2001 From: Lionztt Date: Mon, 12 Jun 2023 18:28:07 +0800 Subject: [PATCH 12/16] feat: move wechat img left --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3aaa905345..1ef53a6b4a 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,9 @@ You are welcome to contribute to HugeGraph, and we are looking forward to workin ## ☎️ Contact Us - - [GitHub Issues](https://github.com/apache/incubator-hugegraph/issues): Feedback on usage issues and functional requirements (quick response) +- [GitHub Issues](https://github.com/apache/incubator-hugegraph/issues): Feedback on usage issues and functional requirements (quick response) - Feedback Email: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/) only) - WeChat public account: Apache HugeGraph, welcome to scan this QR code to follow us. -
QR png -
\ No newline at end of file From 120efd6a7aeacdd71e5db0fcb0cf31c4b02f4e5f Mon Sep 17 00:00:00 2001 From: Lionztt Date: Mon, 12 Jun 2023 18:35:47 +0800 Subject: [PATCH 13/16] feat: delete error img --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index eb9e5c66f7..1b279f2ca5 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,6 @@ Thanks to TinkerPop, thanks to Titan, thanks to DataStax. Thanks to all other or You are welcome to contribute to HugeGraph, and we are looking forward to working with you to build an excellent open source community. -[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph)](https://github.com/apache/incubator-hugegraph/graphs/contributors) - ## ☎️ Contact Us From 25cb3f4e361e623bbf738a6a9068cf43e13f31d0 Mon Sep 17 00:00:00 2001 From: Lionztt Date: Mon, 12 Jun 2023 18:37:24 +0800 Subject: [PATCH 14/16] feat: delete blank rows --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b279f2ca5..a8e386cc8b 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,8 @@ HugeGraph is licensed under Apache 2.0 License. ## 🤝 Contributing -Welcome to contribute to HugeGraph, please see [`How to Contribute`](CONTRIBUTING.md) & [Guidelines](https://hugegraph.apache.org/docs/contribution-guidelines/) for more information. - -Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process. - +Welcome to contribute to HugeGraph, please see [`How to Contribute`](CONTRIBUTING.md) & [Guidelines](https://hugegraph.apache.org/docs/contribution-guidelines/) for more information. +Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process. Thank you to all the people who already contributed to HugeGraph!
From ac324943340409eb28dfd53aca2c5b0025f00f35 Mon Sep 17 00:00:00 2001 From: Lionztt Date: Mon, 12 Jun 2023 20:57:36 +0800 Subject: [PATCH 15/16] feat: delete all icons --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a8e386cc8b..e88747b73c 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@
-## 🚀 What is Apache HugeGraph? +## What is Apache HugeGraph? [HugeGraph](https://hugegraph.apache.org/) is a fast-speed and highly-scalable [graph database](https://en.wikipedia.org/wiki/Graph_database). Billions of vertices and edges can be easily stored into and queried from HugeGraph due to its excellent OLTP ability. As compliance to [Apache TinkerPop 3](https://tinkerpop.apache.org/) framework, various complicated graph queries can be accomplished through [Gremlin](https://tinkerpop.apache.org/gremlin.html)(a powerful graph traversal language). -## 🎉 Features +## Features - Compliance to [Apache TinkerPop 3](https://tinkerpop.apache.org/), support [Gremlin](https://tinkerpop.apache.org/gremlin.html) & [Cypher](https://en.wikipedia.org/wiki/Cypher) language - Schema Metadata Management, including VertexLabel, EdgeLabel, PropertyKey and IndexLabel @@ -31,7 +31,7 @@ Billions of vertices and edges can be easily stored into and queried from HugeGr - Integration with `Flink/Spark/HDFS`, and friendly to connect other big data platforms -## 🚀 Quick Start +## Quick Start ### 1. Docker Way @@ -59,16 +59,16 @@ And here are links of other **HugeGraph** component/repositories: 3. [hugegraph-commons](https://github.com/apache/incubator-hugegraph-commons) (**common & rpc** module) 4. [hugegraph-website](https://github.com/apache/incubator-hugegraph-doc) (**doc & website** code) -## 📄 License +## License HugeGraph is licensed under Apache 2.0 License. -## 🤝 Contributing +## Contributing -Welcome to contribute to HugeGraph, please see [`How to Contribute`](CONTRIBUTING.md) & [Guidelines](https://hugegraph.apache.org/docs/contribution-guidelines/) for more information. -Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process. -Thank you to all the people who already contributed to HugeGraph! +- Welcome to contribute to HugeGraph, please see [`How to Contribute`](CONTRIBUTING.md) & [Guidelines](https://hugegraph.apache.org/docs/contribution-guidelines/) for more information. +- Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process. +- Thank you to all the people who already contributed to HugeGraph! -## 🌹 Thanks +## Thanks HugeGraph relies on the [TinkerPop](http://tinkerpop.apache.org) framework, we refer to the storage structure of Titan and the schema definition of DataStax. Thanks to TinkerPop, thanks to Titan, thanks to DataStax. Thanks to all other organizations or authors who contributed to the project. @@ -84,7 +84,7 @@ Thanks to TinkerPop, thanks to Titan, thanks to DataStax. Thanks to all other or You are welcome to contribute to HugeGraph, and we are looking forward to working with you to build an excellent open source community. -## ☎️ Contact Us +## Contact Us - [GitHub Issues](https://github.com/apache/incubator-hugegraph/issues): Feedback on usage issues and functional requirements (quick response) - Feedback Email: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/) only) From ff52f2f4ddd902138d9cbd06bd0389c0025aeb9e Mon Sep 17 00:00:00 2001 From: Lionztt Date: Mon, 12 Jun 2023 21:27:14 +0800 Subject: [PATCH 16/16] feat: change contributor img size to normal size --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e88747b73c..edc7c97bba 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,8 @@ HugeGraph is licensed under Apache 2.0 License. - Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process. - Thank you to all the people who already contributed to HugeGraph! - +[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph)](https://github.com/apache/incubator-hugegraph/graphs/contributors) + ## Thanks