Loading CONDUCT.md→CODE_OF_CONDUCT.md +0 −0 File moved. View file Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ RMD_DST = $(patsubst _episodes_rmd/%.Rmd,_episodes/%.md,$(RMD_SRC)) # Lesson source files in the order they appear in the navigation menu. MARKDOWN_SRC = \ index.md \ CONDUCT.md \ CODE_OF_CONDUCT.md \ setup.md \ $(sort $(wildcard _episodes/*.md)) \ reference.md \ Loading _includes/navbar.html +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ <ul class="nav navbar-nav"> {% comment %} Always show code of conduct. {% endcomment %} <li><a href="{{ page.root }}{% link CONDUCT.md %}">Code of Conduct</a></li> <li><a href="{{ page.root }}{% link CODE_OF_CONDUCT.md %}">Code of Conduct</a></li> {% if site.kind == "lesson" %} {% comment %} Show setup instructions. {% endcomment %} Loading bin/boilerplate/CONTRIBUTING.md +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ In exchange, we will address your issues and/or assess your change proposal as promptly as we can, and help you become a member of our community. Everyone involved in [Software Carpentry][swc-site] and [Data Carpentry][dc-site] agrees to abide by our [code of conduct](CONDUCT.md). agrees to abide by our [code of conduct](CODE_OF_CONDUCT.md). ## How to Contribute Loading bin/lesson_check.py +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ SOURCE_DIRS = ['', '_episodes', '_extras'] # specially. This list must include all the Markdown files listed in the # 'bin/initialize' script. REQUIRED_FILES = { '%/CONDUCT.md': True, '%/CODE_OF_CONDUCT.md': True, '%/CONTRIBUTING.md': False, '%/LICENSE.md': True, '%/README.md': False, Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ RMD_DST = $(patsubst _episodes_rmd/%.Rmd,_episodes/%.md,$(RMD_SRC)) # Lesson source files in the order they appear in the navigation menu. MARKDOWN_SRC = \ index.md \ CONDUCT.md \ CODE_OF_CONDUCT.md \ setup.md \ $(sort $(wildcard _episodes/*.md)) \ reference.md \ Loading
_includes/navbar.html +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ <ul class="nav navbar-nav"> {% comment %} Always show code of conduct. {% endcomment %} <li><a href="{{ page.root }}{% link CONDUCT.md %}">Code of Conduct</a></li> <li><a href="{{ page.root }}{% link CODE_OF_CONDUCT.md %}">Code of Conduct</a></li> {% if site.kind == "lesson" %} {% comment %} Show setup instructions. {% endcomment %} Loading
bin/boilerplate/CONTRIBUTING.md +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ In exchange, we will address your issues and/or assess your change proposal as promptly as we can, and help you become a member of our community. Everyone involved in [Software Carpentry][swc-site] and [Data Carpentry][dc-site] agrees to abide by our [code of conduct](CONDUCT.md). agrees to abide by our [code of conduct](CODE_OF_CONDUCT.md). ## How to Contribute Loading
bin/lesson_check.py +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ SOURCE_DIRS = ['', '_episodes', '_extras'] # specially. This list must include all the Markdown files listed in the # 'bin/initialize' script. REQUIRED_FILES = { '%/CONDUCT.md': True, '%/CODE_OF_CONDUCT.md': True, '%/CONTRIBUTING.md': False, '%/LICENSE.md': True, '%/README.md': False, Loading