From d6b9c7e1481b40a3eb49e2c904ec3e4cadbd5276 Mon Sep 17 00:00:00 2001 From: Dalton Smith Date: Thu, 29 Aug 2019 01:08:17 -0400 Subject: [PATCH] CONTRIBUTING.md: Point to frc-docs instead of screensteps (#1858) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb9aab5b40..30988a4b90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ So you want to contribute your changes back to WPILib. Great! We have a few cont - Substantial changes often need to have corresponding LabVIEW changes. To do this, we will work with NI on these large changes. - Changes should have tests. - Code should be well documented. - - This often involves ScreenSteps. To add content to ScreenSteps, we will work with you to get the appropriate articles written. + - This involves writing tutorials and/or usage guides for your submitted feature. These articles are then hosted on the [WPILib](https://docs.wpilib.org/) documentation website. See the [frc-docs repository](https://github.com/wpilibsuite/frc-docs) for more information. ## What to Contribute