summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLeigh McCulloch <leighmcc@gmail.com>2017-11-13 06:27:06 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-11-13 16:48:04 +0000
commitfafce97ec68a3b5d96edbef5c64b52b94c68a63e (patch)
treefd9b4c89111ff5398853e555a4485ee91bb67a3e /.github
parentca2a886cbade477e2c7cf09cdac604b757fb70a9 (diff)
downloadgo-git-fafce97ec68a3b5d96edbef5c64b52b94c68a63e.tar.gz
doc: add a link to the code of conduct
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 <gabriel.aszalos@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to '.github')
-rw-r--r--.github/CODE_OF_CONDUCT.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000000..2b4a5fccda
--- /dev/null
+++ b/.github/CODE_OF_CONDUCT.md
@@ -0,0 +1,3 @@
+# Code of Conduct
+
+Please read the [Go Community Code of Conduct](https://golang.org/conduct).