You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
Update CONTRIBUTING.md
This commit is contained in:
committed by
GitHub
parent
c72cd3095f
commit
fcd1d92075
@@ -5,7 +5,7 @@ conduct](/CODE_OF_CONDUCT.md).
|
|||||||
|
|
||||||
## Setup your machine
|
## Setup your machine
|
||||||
|
|
||||||
`releaser` is written in [Go](https://golang.org/).
|
`goreleaser` is written in [Go](https://golang.org/).
|
||||||
|
|
||||||
Prerequisites are:
|
Prerequisites are:
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@ Prerequisites are:
|
|||||||
* `make`
|
* `make`
|
||||||
* [Go 1.7+](http://golang.org/doc/install)
|
* [Go 1.7+](http://golang.org/doc/install)
|
||||||
|
|
||||||
Clone `releaser` from source:
|
Clone `goreleaser` from source into `$GOPATH`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get github.com/goreleaser/goreleaser
|
$ go get github.com/goreleaser/goreleaser
|
||||||
@@ -50,5 +50,5 @@ Which runs all the linters and tests.
|
|||||||
|
|
||||||
## Submit a pull request
|
## Submit a pull request
|
||||||
|
|
||||||
Push your branch to your `releaser` fork and open a pull request against the
|
Push your branch to your `goreleaser` fork and open a pull request against the
|
||||||
master branch.
|
master branch.
|
||||||
|
Reference in New Issue
Block a user