Skip to content

Commit

Permalink
change code of conduct and lesson check(#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-tgeddes committed Aug 2, 2022
1 parent 9518919 commit 9780695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
layout: page
title: "Contributor Code of Conduct"
---
# Contributor Code of Conduct

As contributors and maintainers of this tutorial,
Expand Down
2 changes: 1 addition & 1 deletion bin/lesson_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def check_config(reporter, source_dir):
reporter.check_field(config_file, 'configuration',
config, 'kind', 'lesson')
reporter.check_field(config_file, 'configuration',
config, 'carpentry', ('swc', 'dc', 'lc', 'cp'))
config, 'carpentry', ('swc', 'dc', 'lc', 'cp', 'et'))
reporter.check_field(config_file, 'configuration', config, 'title')
reporter.check_field(config_file, 'configuration', config, 'email')

Expand Down

0 comments on commit 9780695

Please sign in to comment.