You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CONTRIBUTING.md 759 B

1234567891011121314151617181920212223
  1. # Contributing to godoc.org
  2. Contributions to this project are welcome, though please
  3. [file an issue](https://github.com/golang/gddo/issues/new).
  4. before starting work on anything major.
  5. **We do not accept GitHub pull requests**
  6. (we use [an instance](https://go-review.googlesource.com/) of the
  7. [Gerrit](https://www.gerritcodereview.com/) code review system instead).
  8. To get started contributing to this project,
  9. clone the repository from its canonical location
  10. git clone https://go.googlesource.com/gddo
  11. or update the `origin` of your existing clone
  12. git remote rm origin
  13. git remote add origin https://go.googlesource.com/gddo
  14. then read the [Contribution Guidelines](https://golang.org/doc/contribute.html)
  15. to learn how to send patches using Gerrit.