aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-12-08 22:05:57 +1100
committerAndrew Gerrand <adg@golang.org>2014-12-08 13:16:02 +0000
commit0f2db8217471d01fa5fa525242eeb8ca17674e36 (patch)
treee0720fe99e2732441d51531d2c8cbdf1dc0a2d11 /CONTRIBUTING.md
parent439b32936367c3efd0dadab48dd51202e1a510f1 (diff)
downloadgo-0f2db8217471d01fa5fa525242eeb8ca17674e36.tar.gz
go-0f2db8217471d01fa5fa525242eeb8ca17674e36.zip
doc: add CONRIBUTORS.md
This file is known to GitHub and will be linked prominently when potential contributors try to open pull requests. Here's how it should appear: https://gist.github.com/adg/e0ffcc922a32f20af3db Change-Id: I41c5aadf284a0a24c485f96b7fe2caa338ad1e4f Reviewed-on: https://go-review.googlesource.com/1178 Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000000..6fbfd0da9f
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,15 @@
+The Go project is an open source project.
+For information, see: https://golang.org/
+
+Its canonical Git repository is located at https://go.googlecode.com/go.
+(There is a mirror of the repository at https://github.com/golang/go.)
+
+Report issues here: https://github.com/golang/go/issues
+
+Go is the work of hundreds of contributors. We appreciate your help!
+
+To contribute, please read the contribution guidelines:
+ http://golang.org/doc/contribute.html
+
+## We DO NOT accept pull requests.
+