From 4edca364b6e46cc493b10db9521a829c4d8eaece Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 20 Aug 2024 14:02:53 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/README.md b/README.md
index 021e144a..614912ab 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# HyperCoast
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/opengeos/HyperCoast/blob/main)
[![image](https://img.shields.io/pypi/v/HyperCoast.svg)](https://pypi.python.org/pypi/HyperCoast)
@@ -98,6 +101,20 @@ HyperCoast is released under the MIT License. However, some of the modules in Hy
+
+
+
+
+
+
+
+
From f6535c2ab4c246df7f19a70af6d802bcbf84bdf2 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 20 Aug 2024 14:02:54 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 00000000..6e8bb646
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,28 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "bingqing-liu",
+ "name": "Bingqing Liu",
+ "avatar_url": "https://avatars.githubusercontent.com/u/123585527?v=4",
+ "profile": "https://github.com/bingqing-liu",
+ "contributions": [
+ "code",
+ "design",
+ "ideas"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "projectName": "HyperCoast",
+ "projectOwner": "opengeos"
+}