From: Raniere Silva Date: Fri, 3 Aug 2018 07:32:39 +0000 (+0100) Subject: Fix lesson_initialize.py to initialize new lessons X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/c6b61291e98f4921d7379813ab51324fbdf4886f?hp=886bfbea34fd825c8d1dc97dadea8a8740c99a38 Fix lesson_initialize.py to initialize new lessons CODE_OF_CONDUCT.md is already at the root of the repository. --- diff --git a/bin/boilerplate/CODE_OF_CONDUCT.md b/bin/boilerplate/CODE_OF_CONDUCT.md deleted file mode 100644 index c3b9669..0000000 --- a/bin/boilerplate/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: page -title: "Contributor Code of Conduct" ---- -As contributors and maintainers of this project, -we pledge to follow the [Carpentry Code of Conduct][coc]. - -Instances of abusive, harassing, or otherwise unacceptable behavior -may be reported by following our [reporting guidelines][coc-reporting]. - -{% include links.md %} diff --git a/bin/lesson_initialize.py b/bin/lesson_initialize.py index a96ba38..a5eb6d0 100755 --- a/bin/lesson_initialize.py +++ b/bin/lesson_initialize.py @@ -11,7 +11,6 @@ BOILERPLATE = ( '.travis.yml', 'AUTHORS', 'CITATION', - 'CODE_OF_CONDUCT.md', 'CONTRIBUTING.md', 'README.md', '_config.yml',