Browse Source

docs: create .all-contributorsrc

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

+ 23 - 0
.all-contributorsrc

@@ -0,0 +1,23 @@
+{
+  "files": [
+    "README.md"
+  ],
+  "imageSize": 100,
+  "commit": false,
+  "contributors": [
+    {
+      "login": "spficklin",
+      "name": "Stephen Ficklin",
+      "avatar_url": "https://avatars0.githubusercontent.com/u/1719352?v=4",
+      "profile": "https://github.com/spficklin",
+      "contributions": [
+        "code"
+      ]
+    }
+  ],
+  "contributorsPerLine": 7,
+  "projectName": "tripal",
+  "projectOwner": "tripal",
+  "repoType": "github",
+  "repoHost": "https://github.com"
+}