mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-03 09:20:24 +01:00
cb6e5cb0c7
* use dep for vendoring * lets encrypt * moved web to transfer.sh-web repo * single command install * added first tests
23 lines
759 B
Markdown
23 lines
759 B
Markdown
# Contributing to godoc.org
|
|
|
|
Contributions to this project are welcome, though please
|
|
[file an issue](https://github.com/golang/gddo/issues/new).
|
|
before starting work on anything major.
|
|
|
|
**We do not accept GitHub pull requests**
|
|
(we use [an instance](https://go-review.googlesource.com/) of the
|
|
[Gerrit](https://www.gerritcodereview.com/) code review system instead).
|
|
|
|
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](https://golang.org/doc/contribute.html)
|
|
to learn how to send patches using Gerrit.
|
|
|