Skip to content

Commit

Permalink
doc: add a link to the code of conduct
Browse files Browse the repository at this point in the history
GitHub has defined a set of standard meta files to include with projects
hosted on GitHub. According to the GitHub Insights Community page for
go project the only one missing is the code of conduct.

Go has a code of conduct on it's website and we should link to it in the
prescribed `.github/CODE_OF_CONDUCT.md` so that people can find it in
the standard location on GitHub. This would be consistent with the
contribution guidelines that are linked to in `.github/CONTRIBUTING.md`.

Ref: https://help.github.com/articles/adding-a-code-of-conduct-to-your-project/

Fixes #22685

Change-Id: Ie89aa39d3df741d7d6ed2dba5c8ba3d0e0dbf618
Reviewed-on: https://go-review.googlesource.com/77231
Reviewed-by: Gabriel Aszalos <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
leighmcculloch authored and bradfitz committed Nov 13, 2017
1 parent ca2a886 commit fafce97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Code of Conduct

Please read the [Go Community Code of Conduct](https://golang.org/conduct).

0 comments on commit fafce97

Please sign in to comment.