[templates] Change the template ordering to put command based first (#3863)

Previously it was a bit buried.
This commit is contained in:
Peter Johnson
2022-01-04 21:23:57 -08:00
committed by GitHub
parent b09f5b2cf2
commit 05d66f862d
2 changed files with 31 additions and 31 deletions

View File

@@ -1,4 +1,14 @@
[
{
"name": "Command Robot",
"description": "Command style",
"tags": [
"Command"
],
"foldername": "commandbased",
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "Timed Robot",
"description": "Timed style",
@@ -30,13 +40,13 @@
"commandversion": 2
},
{
"name": "Command Robot",
"description": "Command style",
"name": "Romi - Command Robot",
"description": "Romi - Command style",
"tags": [
"Command"
"Command", "Romi"
],
"foldername": "commandbased",
"gradlebase": "cpp",
"gradlebase": "cppromi",
"commandversion": 2
},
{
@@ -48,15 +58,5 @@
"foldername": "timed",
"gradlebase": "cppromi",
"commandversion": 2
},
{
"name": "Romi - Command Robot",
"description": "Romi - Command style",
"tags": [
"Command", "Romi"
],
"foldername": "commandbased",
"gradlebase": "cppromi",
"commandversion": 2
}
]