From 0f2db8217471d01fa5fa525242eeb8ca17674e36 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 8 Dec 2014 22:05:57 +1100 Subject: 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 --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') 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. + -- cgit v1.2.3-54-g00ecf