Skip to content

Commit

Permalink
Update cardsMetadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoardoGruppi authored Feb 8, 2024
1 parent d6da490 commit 81447d5
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion src/cards/cardsMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"fire": {
"icon": "🔥",
"desc": "Introduce new feature",
"desc": "Create new file",
"color": "default",
"keys": "flame, feature, new"
},
Expand Down Expand Up @@ -209,6 +209,24 @@
"color": "yellow",
"keys": "design, styling, UI"
},
"puzzle": {
"icon": "🧩",
"desc": "Add component",
"color": "yellow",
"keys": "add, modify, component, styling, UI"
},
"frame": {
"icon": "🖼️",
"desc": "Create new UI page",
"color": "yellow",
"keys": "page, design, styling, UI"
},
"map": {
"icon": "🗺️",
"desc": "Add UI routing",
"color": "yellow",
"keys": "page, design, routing, styling, UI"
},
"paintbrush": {
"icon": "🖌️",
"desc": "Styling changes",
Expand Down Expand Up @@ -448,5 +466,17 @@
"desc": "Add dependency",
"color": "gray",
"keys": "version, tag, package"
},
"whale": {
"icon": "🐳",
"desc": "Modify Docker files",
"color": "gray",
"keys": "version, tag, package, container"
},
"helm": {
"icon": "👨‍✈️",
"desc": "Modify Helm files",
"color": "gray",
"keys": "version, tag, package, k8s, kubernetes, helm, container"
}
}

0 comments on commit 81447d5

Please sign in to comment.