Skip to content

Commit 0e0f2bf

Browse files
authored
Merge pull request #280 from katrinleinweber/patch-3
Rename CoC file to align with GitHub's Community Profile expectation
2 parents 2a7326f + 5d78abc commit 0e0f2bf

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RMD_DST = $(patsubst _episodes_rmd/%.Rmd,_episodes/%.md,$(RMD_SRC))
6363
# Lesson source files in the order they appear in the navigation menu.
6464
MARKDOWN_SRC = \
6565
index.md \
66-
CONDUCT.md \
66+
CODE_OF_CONDUCT.md \
6767
setup.md \
6868
$(sort $(wildcard _episodes/*.md)) \
6969
reference.md \

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ul class="nav navbar-nav">
3939

4040
{% comment %} Always show code of conduct. {% endcomment %}
41-
<li><a href="{{ page.root }}{% link CONDUCT.md %}">Code of Conduct</a></li>
41+
<li><a href="{{ page.root }}{% link CODE_OF_CONDUCT.md %}">Code of Conduct</a></li>
4242

4343
{% if site.kind == "lesson" %}
4444
{% comment %} Show setup instructions. {% endcomment %}

bin/boilerplate/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In exchange,
1515
we will address your issues and/or assess your change proposal as promptly as we can,
1616
and help you become a member of our community.
1717
Everyone involved in [Software Carpentry][swc-site] and [Data Carpentry][dc-site]
18-
agrees to abide by our [code of conduct](CONDUCT.md).
18+
agrees to abide by our [code of conduct](CODE_OF_CONDUCT.md).
1919

2020
## How to Contribute
2121

bin/lesson_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# specially. This list must include all the Markdown files listed in the
2727
# 'bin/initialize' script.
2828
REQUIRED_FILES = {
29-
'%/CONDUCT.md': True,
29+
'%/CODE_OF_CONDUCT.md': True,
3030
'%/CONTRIBUTING.md': False,
3131
'%/LICENSE.md': True,
3232
'%/README.md': False,

0 commit comments

Comments
 (0)