custom contribution type for apps [skip ci]

This commit is contained in:
Nicolas Meienberger 2022-08-02 08:56:30 +02:00
parent b3f8f1f121
commit 6c16f2a5ee

View File

@ -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"
]
},
{