summaryrefslogtreecommitdiffstats
path: root/.all-contributorsrc
diff options
context:
space:
mode:
authorallcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>2023-06-09 09:11:35 -0400
committerGitHub <noreply@github.com>2023-06-09 09:11:35 -0400
commit6b421b48eaf0edfece3d9a8ad663d529e84c5a9b (patch)
tree4d9e9e516f746bd9c5126289e93c3d05216a4bf4 /.all-contributorsrc
parente4eaeb1c170a9b40504e1780b3d5c6645589c7a9 (diff)
docs: add WenqingZong as a contributor for code (#1196)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Diffstat (limited to '.all-contributorsrc')
-rw-r--r--.all-contributorsrc12
1 files changed, 11 insertions, 1 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 162d501a..9da4ca65 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -398,6 +398,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "WenqingZong",
+ "name": "Wenqing Zong",
+ "avatar_url": "https://avatars.githubusercontent.com/u/43934749?v=4",
+ "profile": "http://zongwenqing.com",
+ "contributions": [
+ "code"
+ ]
}
],
"contributorsPerLine": 7,
@@ -406,5 +415,6 @@
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
- "commitConvention": "angular"
+ "commitConvention": "angular",
+ "commitType": "docs"
}