Browse Source

docs: create .all-contributorsrc

allcontributors[bot] 5 years ago
parent
commit
f4c284ea61
1 changed files with 29 additions and 0 deletions
  1. 29
    0
      .all-contributorsrc

+ 29
- 0
.all-contributorsrc View File

@@ -0,0 +1,29 @@
1
+{
2
+  "projectName": "react-native-webview",
3
+  "projectOwner": "react-native-community",
4
+  "repoType": "github",
5
+  "repoHost": "https://github.com",
6
+  "files": [
7
+    "README.md"
8
+  ],
9
+  "imageSize": 100,
10
+  "commit": false,
11
+  "contributors": [
12
+    {
13
+      "login": "titozzz",
14
+      "name": "Thibault Malbranche",
15
+      "avatar_url": "https://avatars1.githubusercontent.com/u/6181446?v=4",
16
+      "profile": "https://twitter.com/titozzz",
17
+      "contributions": [
18
+        "code",
19
+        "ideas",
20
+        "review",
21
+        "maintenance",
22
+        "test",
23
+        "doc",
24
+        "infra"
25
+      ]
26
+    }
27
+  ],
28
+  "contributorsPerLine": 7
29
+}