From 805c05eb797c673763571dca37044c219697e318 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 25 Jun 2016 20:56:47 -0400 Subject: [PATCH] Checking CONTRIBUTING.md (without YAML) --- bin/lesson_check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/lesson_check.py b/bin/lesson_check.py index b65946a..ef69f5e 100755 --- a/bin/lesson_check.py +++ b/bin/lesson_check.py @@ -27,6 +27,7 @@ SOURCE_DIRS = ['', '_episodes', '_extras'] # This list must include all the Markdown files listed in the 'bin/initialize' script. REQUIRED_FILES = { '%/CONDUCT.md': True, + '%/CONTRIBUTING.md': False, '%/LICENSE.md': True, '%/README.md': False, '%/_extras/discuss.md': True, -- 2.30.2