Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 585 Bytes

Contributing to godoc.org

Contributions to this project are welcome, though please file an issue. before starting work on anything major.

To get started contributing to this project, clone the repository from its canonical location

git clone https://go.googlesource.com/gddo

or update the origin of your existing clone

git remote rm origin
git remote add origin https://go.googlesource.com/gddo

then read the Contribution Guidelines to learn how to send patches using Gerrit.