aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2014-12-01 19:18:17 -0500
committerRuss Cox <rsc@swtch.com>2014-12-02 00:20:22 +0000
commit679d176fea274cd5f9c3a69dd98009a13a153a7d (patch)
tree75acf92220245d10acf03e4763aa5165fa310cb9 /CONTRIBUTING.md
parent01463bacd036325f24a370fcd91435a8b659c331 (diff)
downloadplan9port-679d176fea274cd5f9c3a69dd98009a13a153a7d.tar.gz
plan9port-679d176fea274cd5f9c3a69dd98009a13a153a7d.tar.bz2
plan9port-679d176fea274cd5f9c3a69dd98009a13a153a7d.zip
CONTRIBUTING.md: add message about pull requests
Change-Id: Id3f1f8e16bbbaa99ead6d227c0b3dade9727ec61 Reviewed-on: https://plan9port-review.googlesource.com/1090 Reviewed-by: Russ Cox <rsc@swtch.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000..54ca5794
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,7 @@
+Plan 9 from User Space uses Gerrit instead of GitHub pull requests.
+See the [codereview(1)](http://swtch.com/usr/local/plan9/man/man1/codereview.html) man page.
+
+If you would like to use git directly instead of the codereview(1) wrapper, that is fine too.
+Follow the instructions on the RE2 [Contributing](https://github.com/google/re2/wiki/Contribute) wiki page,
+but use https://plan9port.googlesource.com/plan9 as the origin URL.
+