Commit b193da77 authored by Andy Boughton's avatar Andy Boughton
Browse files

Verify that CONDUCT.md and CONTRIBUTING.md exist

(even though the contents are not validated)
parent 59d977c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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",