Skip to content

Commit

Permalink
fix: sync CoC (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Jun 17, 2021
1 parent 5485fec commit ad9a640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/sync.sh
Expand Up @@ -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/"
Expand Down

0 comments on commit ad9a640

Please sign in to comment.