Browse Source

docs: create .all-contributorsrc

allcontributors[bot] 6 năm trước cách đây
mục cha
commit
c60c7493cc
1 tập tin đã thay đổi với 24 bổ sung0 xóa
  1. 24 0
      .all-contributorsrc

+ 24 - 0
.all-contributorsrc

@@ -0,0 +1,24 @@
+{
+  "projectName": "ant-design-pro-vue",
+  "projectOwner": "sendya",
+  "repoType": "github",
+  "repoHost": "https://github.com",
+  "files": [
+    "README.md"
+  ],
+  "imageSize": 100,
+  "commit": false,
+  "contributors": [
+    {
+      "login": "sendya",
+      "name": "言肆",
+      "avatar_url": "https://avatars0.githubusercontent.com/u/5404542?v=4",
+      "profile": "https://i.loacg.com",
+      "contributions": [
+        "code",
+        "doc"
+      ]
+    }
+  ],
+  "contributorsPerLine": 7
+}