瀏覽代碼

custom contribution type for apps [skip ci]

Nicolas Meienberger 3 年之前
父節點
當前提交
6c16f2a5ee
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      .all-contributorsrc

+ 9 - 1
.all-contributorsrc

@@ -2,6 +2,13 @@
   "files": [
     "README.md"
   ],
+  "types": {
+    "app": {
+      "symbol": "📦",
+      "description": "Contributed by adding apps to Tipi.",
+      "link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
+    }
+  },
   "imageSize": 100,
   "commit": false,
   "contributors": [
@@ -14,7 +21,8 @@
         "code",
         "infra",
         "test",
-        "doc"
+        "doc",
+        "app"
       ]
     },
     {