From 9ff6a78c02f1a9a90ef90fab089210b5b317e15c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:53:08 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2838a06f..42b0b7a9 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,13 @@ Contact us: [@taoxin](https://twitter.com/intent/follow?region=follow_link&scree + + + + + + +
enpitsulin
enpitsulin

💡 💻
From f67c00660a83a487d23b63d920c960160a8e0afe Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:53:19 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 54e4b43b..bed659f7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,22 @@ { "projectName": "van", - "projectOwner": "vanjs-org" + "projectOwner": "vanjs-org", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "enpitsuLin", + "name": "enpitsulin", + "avatar_url": "https://avatars.githubusercontent.com/u/29378026?v=4", + "profile": "http://enpitsulin.xyz", + "contributions": [ + "example", + "code" + ] + } + ] }