Merge pull request #2 from actions/update-categories
Allow templates to show up in multiple categories
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
"name": "Android",
|
||||
"description": "Build an Android project with Gradle.",
|
||||
"iconName": "android",
|
||||
"category": "Mobile"
|
||||
"category": ["Java", "Mobile"]
|
||||
}
|
||||
@@ -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"]
|
||||
}
|
||||
@@ -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"]
|
||||
}
|
||||
@@ -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++"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Clojure",
|
||||
"description": "Build and test a Clojure project with Leiningen.",
|
||||
"iconName": "clojure",
|
||||
"category": null
|
||||
"category": ["Clojure", "Java"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Crystal",
|
||||
"description": "Build and test a Crystal project.",
|
||||
"iconName": "crystal",
|
||||
"category": null
|
||||
"category": ["Crystal"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Dart",
|
||||
"description": "Build and test a Dart project with Pub.",
|
||||
"iconName": "dart",
|
||||
"category": null
|
||||
"category": ["Dart"]
|
||||
}
|
||||
@@ -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"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Elixir",
|
||||
"description": "Build and test an Elixir project with Mix.",
|
||||
"iconName": "elixir",
|
||||
"category": null
|
||||
"category": ["Elixir", "Erlang"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Erlang",
|
||||
"description": "Build and test an Erlang project with rebar.",
|
||||
"iconName": "erlang",
|
||||
"category": null
|
||||
"category": ["Erlang"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Gradle",
|
||||
"description": "Build and test a Java project using a Gradle wrapper script.",
|
||||
"iconName": "gradle",
|
||||
"category": "Java"
|
||||
"category": ["Java"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Haskell",
|
||||
"description": "Build and test a Haskell project with Cabal.",
|
||||
"iconName": "haskell",
|
||||
"category": null
|
||||
"category": ["Haskell"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Jekyll",
|
||||
"description": "Package a Jekyll site using the jekyll/builder Docker image.",
|
||||
"iconName": "jekyll",
|
||||
"category": "HTML"
|
||||
"category": ["HTML"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Maven",
|
||||
"description": "Build and test a Java project with Apache Maven.",
|
||||
"iconName": "maven",
|
||||
"category": "Java"
|
||||
"category": ["Java"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Node.js",
|
||||
"description": "Build and test a Node.js project with npm.",
|
||||
"iconName": "nodejs",
|
||||
"category": "JavaScript"
|
||||
"category": ["JavaScript"]
|
||||
}
|
||||
@@ -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"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Python package",
|
||||
"description": "Create and test a Python package on multiple Python versions.",
|
||||
"iconName": "python",
|
||||
"category": "Python"
|
||||
"category": ["Python"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Rust",
|
||||
"description": "Build and test a Rust project with Cargo.",
|
||||
"iconName": "rust",
|
||||
"category": null
|
||||
"category": ["Rust"]
|
||||
}
|
||||
Reference in New Issue
Block a user