[examples, templates] Improve descriptions (NFC) (#5051)

This commit is contained in:
Starlight220
2023-02-12 16:49:20 +02:00
committed by GitHub
parent 785e7dd85c
commit 5483464158
4 changed files with 135 additions and 135 deletions

View File

@@ -1,7 +1,7 @@
[
{
"name": "Command Robot",
"description": "Command style",
"description": "Command-based, with explanatory comments and example code.",
"tags": [
"Command"
],
@@ -11,7 +11,7 @@
},
{
"name": "Command Robot Skeleton (Advanced)",
"description": "Skeleton (stub) code for Command Robot",
"description": "Skeleton (stub) code for Command-based, without explanatory comments and example code.",
"tags": [
"Command",
"Skeleton"
@@ -22,7 +22,7 @@
},
{
"name": "Timed Robot",
"description": "Timed style",
"description": "Timed style, with explanatory comments and example code.",
"tags": [
"Timed"
],
@@ -32,7 +32,7 @@
},
{
"name": "Timed Skeleton (Advanced)",
"description": "Skeleton (stub) code for TimedRobot",
"description": "Skeleton (stub) code for TimedRobot, without explanatory comments and example code.",
"tags": [
"Timed",
"Skeleton"
@@ -43,7 +43,7 @@
},
{
"name": "RobotBase Skeleton (Advanced)",
"description": "Skeleton (stub) code for RobotBase",
"description": "Skeleton (stub) code for RobotBase - Not recommended for competition use",
"tags": [
"RobotBase",
"Skeleton"