Sfoglia il codice sorgente

docs: create .all-contributorsrc [skip ci]

allcontributors[bot] 3 anni fa
parent
commit
cd7098e212
1 ha cambiato i file con 26 aggiunte e 0 eliminazioni
  1. 26 0
      .all-contributorsrc

+ 26 - 0
.all-contributorsrc

@@ -0,0 +1,26 @@
+{
+  "files": [
+    "README.md"
+  ],
+  "imageSize": 100,
+  "commit": false,
+  "contributors": [
+    {
+      "login": "meienberger",
+      "name": "Nicolas Meienberger",
+      "avatar_url": "https://avatars.githubusercontent.com/u/47644445?v=4",
+      "profile": "https://meienberger.dev/",
+      "contributions": [
+        "infra",
+        "test",
+        "code"
+      ]
+    }
+  ],
+  "contributorsPerLine": 7,
+  "projectName": "runtipi",
+  "projectOwner": "meienberger",
+  "repoType": "github",
+  "repoHost": "https://github.com",
+  "skipCi": true
+}