mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -05:00
Update DEVELOPER.md
This commit is contained in:
parent
8088539c79
commit
62d56f4a62
@ -35,6 +35,7 @@ Installed new-cmd into /home/userid/work/minio/gopath/bin
|
||||
- Run `make save` from top-level directory (or `godep restore && godep save ./...`).
|
||||
* When you're ready to create a pull request, be sure to:
|
||||
- Have test cases for the new code. If you have questions about how to do it, please ask in your pull request.
|
||||
- Run go fmt
|
||||
- Squash your commits into a single commit. git rebase -i. It's okay to force update your pull request.
|
||||
- Make sure go test -race ./... passes, and go build completes.
|
||||
- Run `go fmt`
|
||||
- Squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request.
|
||||
- Make sure `go test -race ./...` and `go build` completes.
|
||||
* Make sure read Golang's [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) article, `Minio` project is strictly conformant with this style - if you happen to see an offending code, please feel free to send a pull request
|
||||
|
Loading…
Reference in New Issue
Block a user