Skip to content

Commit

Permalink
Rename CONDUCT.md to CODE_OF_CONDUCT.md (Homebrew#39361)
Browse files Browse the repository at this point in the history
* Rename CONDUCT.md to CODE_OF_CONDUCT.md

* sync_templates_and_ci: add code of conduct
  • Loading branch information
commitay authored and miccal committed Oct 7, 2017
1 parent 93d191c commit 1e8855a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion developer/bin/sync_templates_and_ci
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function copy_templates_and_ci {
local repo_name

repo_name="${1}"
rsync --archive --delete "${main_repo_dir}"/{.editorconfig,.gitattributes,.github,.gitignore,.travis.yml,ci} '.'
rsync --archive --delete "${main_repo_dir}"/{.editorconfig,.gitattributes,.github,.gitignore,.travis.yml,ci,CODE_OF_CONDUCT.md} '.'
/usr/bin/sed -i '' -E "s:homebrew-cask/(pulls|issues):${repo_name}/\1:" '.github/PULL_REQUEST_TEMPLATE.md' # PULL_REQUEST_TEMPLATE has repo-specific links
}

Expand Down

0 comments on commit 1e8855a

Please sign in to comment.