From c6b61291e98f4921d7379813ab51324fbdf4886f Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Fri, 3 Aug 2018 08:32:39 +0100 Subject: [PATCH] Fix lesson_initialize.py to initialize new lessons CODE_OF_CONDUCT.md is already at the root of the repository. --- bin/boilerplate/CODE_OF_CONDUCT.md | 11 ----------- bin/lesson_initialize.py | 1 - 2 files changed, 12 deletions(-) delete mode 100644 bin/boilerplate/CODE_OF_CONDUCT.md 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', -- 2.30.2