mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[examples, templates] Improve descriptions (NFC) (#5051)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user