Skip to content

Commit

Permalink
Docs: fix Pull Request Process in CONTRIBUTING.md (thanos-io#2652)
Browse files Browse the repository at this point in the history
Signed-off-by: Prem Kumar <[email protected]>
  • Loading branch information
onprem authored May 30, 2020
1 parent b3b641d commit 9726c0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ component of the Thanos distributed system. We recommend:
1. Fork thanos-io/thanos.git and start development from your own fork. Here are sample steps to setup your development environment:

```console
$ GOPATH=$(go env GOPATH)
$ mkdir -p $GOPATH/src/github.com/thanos-io
$ cd $GOPATH/src/github.com/thanos-io
$ git clone https://github.com/<your_github_id>/thanos.git
Expand All @@ -107,7 +108,8 @@ $ git remote add upstream https://github.com/thanos-io/thanos.git
$ git remote update
$ git merge upstream/master
$ make build
$ ./thanos -h
$ export PATH=$PATH:$GOPATH/bin
$ thanos -h
```

1. Signing your work: DCO (Developer Certificate of Origin) Process.
Expand Down

0 comments on commit 9726c0d

Please sign in to comment.