From b193da77907231e90f5ef947e2ceac159115e8d5 Mon Sep 17 00:00:00 2001 From: Andy Boughton <pchemist@gmail.com> Date: Tue, 7 Apr 2015 14:04:56 -0400 Subject: [PATCH] Verify that CONDUCT.md and CONTRIBUTING.md exist (even though the contents are not validated) --- tools/check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/check.py b/tools/check.py index 23df9ad..22f1498 100755 --- a/tools/check.py +++ b/tools/check.py @@ -764,6 +764,8 @@ def command_line(): def check_required_files(dir_to_validate): """Check if required files exists.""" REQUIRED_FILES = ["01-*.md", + "CONDUCT.md", + "CONTRIBUTING.md", "discussion.md", "index.md", "instructors.md", -- GitLab