codereview: delete, now using GitHub pull requests

This commit is contained in:
Russ Cox 2017-09-01 13:16:12 -04:00
parent a83f4518e6
commit 6cb3a2b9c3
5 changed files with 2 additions and 3944 deletions

View file

@ -1,7 +1,3 @@
Plan 9 from User Space uses Gerrit instead of GitHub pull requests.
See the [codereview(1)](http://swtch.com/plan9port/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.
Plan 9 from User Space accepts GitHub pull requests.
For details, see the general [GitHub documentation](https://help.github.com/articles/creating-a-pull-request/).