From e76748adbd19952c553be62ce7a0cc2e56de79cc Mon Sep 17 00:00:00 2001 From: JP Simard Date: Sat, 9 Sep 2017 15:31:37 -0700 Subject: [PATCH] Update CONTRIBUTING.md to reflect that the 'Generate Docs' scheme is gone. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15056933e0..8374043c4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ machine. This will update source files to reflect these changes. ## Documentation If you're making changes to the `description` property of a rule or -creating a new rule, make sure to run the `Generate docs` scheme +creating a new rule, make sure to run the unit tests before pushing your changes. This will update the documentation ([Rules.md](Rules.md)) to reflect these changes.