Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename CODE_OF_CONDUCT to show in banner #6325

Merged
merged 1 commit into from
Aug 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ appveyor.yml @jekyll/stability

# Special cases
.github/ @jekyll/affinity-team-captains
CONDUCT.markdown @jekyll/affinity-team-captains
CODE_OF_CONDUCT.markdown @jekyll/affinity-team-captains
History.markdown @jekyll/affinity-team-captains
LICENSE @jekyll/affinity-team-captains # This file should never change.
README.markdown @jekyll/affinity-team-captains
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See: https://jekyllrb.com/docs/troubleshooting/
## Code of Conduct

In order to have a more open and welcoming community, Jekyll adheres to a
[code of conduct](CONDUCT.markdown) adapted from the Ruby on Rails code of
[code of conduct](CODE_OF_CONDUCT.markdown) adapted from the Ruby on Rails code of
conduct.

Please adhere to this code of conduct in any interactions you have in the
Expand Down
2 changes: 1 addition & 1 deletion rake/site.rake
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace :site do
"redirect_from" => "/conduct/index.html",
"editable" => false,
}
siteify_file("CONDUCT.markdown", front_matter)
siteify_file("CODE_OF_CONDUCT.markdown", front_matter)
end

desc "Copy the contributing file"
Expand Down