Merge pull request #2 from actions/update-categories

Allow templates to show up in multiple categories
This commit is contained in:
Andy McKay
2019-07-29 16:57:32 -07:00
committed by GitHub
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Android",
"description": "Build an Android project with Gradle.",
"iconName": "android",
"category": "Mobile"
"category": ["Java", "Mobile"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Ant",
"description": "Build and test a Java project with Apache Ant.",
"iconName": "ant",
"category": "Java"
"category": ["Ant Build System", "Java"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "ASP.NET Core",
"description": "Build and test an ASP.NET Core project targeting .NET Core.",
"iconName": "dotnetcore",
"category": ".NET"
"category": ["ASP"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "C/C++ with Make",
"description": "Build and test a C/C++ project using Make.",
"iconName": "c-cpp",
"category": null
"category": ["C", "C++"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Clojure",
"description": "Build and test a Clojure project with Leiningen.",
"iconName": "clojure",
"category": null
"category": ["Clojure", "Java"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Crystal",
"description": "Build and test a Crystal project.",
"iconName": "crystal",
"category": null
"category": ["Crystal"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Dart",
"description": "Build and test a Dart project with Pub.",
"iconName": "dart",
"category": null
"category": ["Dart"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Docker image",
"description": "Build a Docker image to deploy, run, or push to a registry.",
"iconName": "docker",
"category": null
"category": ["Dockerfile"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Elixir",
"description": "Build and test an Elixir project with Mix.",
"iconName": "elixir",
"category": null
"category": ["Elixir", "Erlang"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Erlang",
"description": "Build and test an Erlang project with rebar.",
"iconName": "erlang",
"category": null
"category": ["Erlang"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Gradle",
"description": "Build and test a Java project using a Gradle wrapper script.",
"iconName": "gradle",
"category": "Java"
"category": ["Java"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Haskell",
"description": "Build and test a Haskell project with Cabal.",
"iconName": "haskell",
"category": null
"category": ["Haskell"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Jekyll",
"description": "Package a Jekyll site using the jekyll/builder Docker image.",
"iconName": "jekyll",
"category": "HTML"
"category": ["HTML"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Maven",
"description": "Build and test a Java project with Apache Maven.",
"iconName": "maven",
"category": "Java"
"category": ["Java"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Node.js",
"description": "Build and test a Node.js project with npm.",
"iconName": "nodejs",
"category": "JavaScript"
"category": ["JavaScript"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Python Django",
"description": "Test a Django project on multiple versions of Python.",
"iconName": "django",
"category": "Python"
"category": ["Python", "HTML+Django"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Python package",
"description": "Create and test a Python package on multiple Python versions.",
"iconName": "python",
"category": "Python"
"category": ["Python"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Rust",
"description": "Build and test a Rust project with Cargo.",
"iconName": "rust",
"category": null
"category": ["Rust"]
}