From ebd0d094dc5e90b6d973bb36c5bd8130365dfc31 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:34:45 +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..a289770b 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,13 @@ Contact us: [@taoxin](https://twitter.com/intent/follow?region=follow_link&scree + + + + + + +
Stephen Handley
Stephen Handley

💡
From f67e3c7d179f725a4b63e2cbb5a9821997695dc8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:34:46 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 54e4b43b..78336ab7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,21 @@ { "projectName": "van", - "projectOwner": "vanjs-org" + "projectOwner": "vanjs-org", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "stephenhandley", + "name": "Stephen Handley", + "avatar_url": "https://avatars.githubusercontent.com/u/3257?v=4", + "profile": "https://person.sh", + "contributions": [ + "example" + ] + } + ] }