From d833d18e316e54f3e3b1bbba97806221a4a133f9 Mon Sep 17 00:00:00 2001 From: Adriana <16786568+Adrianamm@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:05:44 -0400 Subject: [PATCH 1/3] added 2027 to the set up instructions --- .../getting-started/required-tools.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/content/docs/learning-course/getting-started/required-tools.mdx b/src/content/docs/learning-course/getting-started/required-tools.mdx index ecdd600d..e76d63d2 100644 --- a/src/content/docs/learning-course/getting-started/required-tools.mdx +++ b/src/content/docs/learning-course/getting-started/required-tools.mdx @@ -11,7 +11,19 @@ To program an FRC Robot and follow along with this website, you need WPILib tool The first tool that needs to be installed is the WPILib tool package. WPILib’s tool package includes a version of VSCode that allows teams to write code and deploy it to their robot. -To do so, follow the instructions linked [here](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html). + +This website will require you to use the alpha release of WPILib for the 2027 season. You can find the download link [here](https://github.com/wpilibsuite/allwpilib/releases). + + + +Once you have downloaded the 2027 WPILib tools, you can follow the instructions on how to set up the WPILib tools here [here](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html). + + + + The WPILib tool package also includes different programs that are useful for data logging, simulation, dashboards, and more. We will use some of these tools in later stages. From 05247171bf5638a0b2d128eaf1b4dd2240b9ef69 Mon Sep 17 00:00:00 2001 From: Adriana <16786568+Adrianamm@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:06:42 -0400 Subject: [PATCH 2/3] forgot --- .../getting-started/required-tools.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/learning-course/getting-started/required-tools.mdx b/src/content/docs/learning-course/getting-started/required-tools.mdx index e76d63d2..264c74a9 100644 --- a/src/content/docs/learning-course/getting-started/required-tools.mdx +++ b/src/content/docs/learning-course/getting-started/required-tools.mdx @@ -12,18 +12,18 @@ To program an FRC Robot and follow along with this website, you need WPILib tool The first tool that needs to be installed is the WPILib tool package. WPILib’s tool package includes a version of VSCode that allows teams to write code and deploy it to their robot. -This website will require you to use the alpha release of WPILib for the 2027 season. You can find the download link [here](https://github.com/wpilibsuite/allwpilib/releases). +This website will require you to use the alpha release of WPILib for the 2027 season. +You can find the download link [here](https://github.com/wpilibsuite/allwpilib/releases). Once you have downloaded the 2027 WPILib tools, you can follow the instructions on how to set up the WPILib tools here [here](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html). - - - The WPILib tool package also includes different programs that are useful for data logging, simulation, dashboards, and more. We will use some of these tools in later stages. From b70bf32a2633d56b912b2b77b442ecb9573594f6 Mon Sep 17 00:00:00 2001 From: Adriana <16786568+Adrianamm@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:29:29 -0400 Subject: [PATCH 3/3] added suggestions Co-authored-by: Andrew Haselton <13470989+roboteer5291@users.noreply.github.com> --- .../docs/learning-course/getting-started/required-tools.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/learning-course/getting-started/required-tools.mdx b/src/content/docs/learning-course/getting-started/required-tools.mdx index 264c74a9..9197edd8 100644 --- a/src/content/docs/learning-course/getting-started/required-tools.mdx +++ b/src/content/docs/learning-course/getting-started/required-tools.mdx @@ -12,14 +12,14 @@ To program an FRC Robot and follow along with this website, you need WPILib tool The first tool that needs to be installed is the WPILib tool package. WPILib’s tool package includes a version of VSCode that allows teams to write code and deploy it to their robot. -This website will require you to use the alpha release of WPILib for the 2027 season. +This website requires using the alpha release of WPILib for the 2027 season. You can find the download link [here](https://github.com/wpilibsuite/allwpilib/releases). Once you have downloaded the 2027 WPILib tools, you can follow the instructions on how to set up the WPILib tools here [here](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html).