From ad9a6404080b7fb14d2d265ac0a2d4b685624d9b Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 17 Jun 2021 13:26:01 +0200 Subject: [PATCH] fix: sync CoC (#105) --- scripts/sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/sync.sh b/scripts/sync.sh index 6aee4c6..5b1abe7 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -32,6 +32,7 @@ function sync { cp -R "templates/repository/common/CONTRIBUTING.md" "$workdir/CONTRIBUTING.md" cp -R "templates/repository/common/SECURITY.md" "$workdir/SECURITY.md" cp -R "templates/repository/common/LICENSE" "$workdir/LICENSE" + cp -R "templates/repository/common/CODE_OF_CONDUCT.md" "$workdir/CODE_OF_CONDUCT.md" # Copy .reference-ignore only if it does not exist, as it is meant to help getting started cp -n "templates/repository/common/.reference-ignore" "$workdir/.reference-ignore" || true cp -R "templates/repository/common/.github" "$workdir/"