From 1945f6f1ac99bec0dd3ee83f753b29a5a24aa61a Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 8 Jul 2026 07:09:48 +0000
Subject: [PATCH 1/2] docs: update README.md
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index 4e20ba4..068ed05 100644
--- a/README.md
+++ b/README.md
@@ -145,6 +145,7 @@ see [`CONTRIBUTING.md`](./CONTRIBUTING.md). Report vulnerabilities per
## Contributors
+[](#contributors-)
Thanks to everyone who contributes ([emoji key](https://allcontributors.org/docs/en/emoji-key)) — code and non-code alike:
@@ -152,8 +153,17 @@ Thanks to everyone who contributes ([emoji key](https://allcontributors.org/docs
+
+
+
Contributions of any kind are welcome — this project follows the [all-contributors](https://allcontributors.org) spec.
From c28fa74667a7215ffab814452e80a82966fa7861 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 8 Jul 2026 07:09:49 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc
---
.all-contributorsrc | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 0a8287a..382debd 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -3,11 +3,24 @@
"projectOwner": "nqzai",
"repoType": "github",
"repoHost": "https://github.com",
- "files": ["README.md"],
+ "files": [
+ "README.md"
+ ],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
- "contributors": []
+ "contributors": [
+ {
+ "login": "yangchunxuan",
+ "name": "yangchunxuan",
+ "avatar_url": "https://avatars.githubusercontent.com/u/207044617?v=4",
+ "profile": "https://github.com/yangchunxuan",
+ "contributions": [
+ "doc"
+ ]
+ }
+ ],
+ "commitType": "docs"
}