Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 1.1 KB

Contributing to esperf

Found a problem and would like to fix it? Have that great idea and would love to see it done? Let's do it!

Please open an issue before start working

That could save a lot of time from everyone and we are super happy to answer questions and help you alonge the way.

This project shares Go's code of conduct values and unwelcomed behavior. Not sure what those mean or why we need those? Please give yourself a few minutes to get acquainted to those topics.

  • Before start coding:

    • Fork and pull the latest version of the master branch
    • Make sure you have go 1.8+ installed and you're using it
  • Requirements

  • Before sending the PR

$ cd $GOPATH/src/github.com/danielfireman/esperf
$ ./fmt.sh
$ go test ./..

If all tests pass, you're ready to send the PR.