Upgrade repo's Community Profile
authorKatrin Leinweber <9948149+katrinleinweber@users.noreply.github.com>
Sun, 27 May 2018 08:04:48 +0000 (10:04 +0200)
committerKatrin Leinweber <kalei@posteo.de>
Sun, 27 May 2018 09:02:32 +0000 (11:02 +0200)
See https://help.github.com/articles/about-community-profiles-for-public-repositories/.

CODE_OF_CONDUCT.md [moved from CONDUCT.md with 100% similarity]
Makefile
_includes/navbar.html
bin/boilerplate/CONTRIBUTING.md
bin/lesson_check.py

similarity index 100%
rename from CONDUCT.md
rename to CODE_OF_CONDUCT.md
index e42e5bfdecead2be9e8544891641aa86651701c4..74f655d6f8c79d9d3f847d2efb229a17d51a3a06 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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 \
index 1841376d929c97b5f26bb3d5a70a5e264426caca..868bce8dac32f877df39aa7a55d6337f09748b85 100644 (file)
@@ -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 %}
index 040b92f7224981ec8028a312eec9df8b554bd806..ccffd90bb9869664f57ec5092b92f9555d85c94e 100644 (file)
@@ -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
 
index ebd4baf6b49f8882bb5892a5eaec614417c38ed3..93a10d9b2e958560ef70a734622e93cdc2eb849e 100755 (executable)
@@ -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,