Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 1.32 KB

Contributing

This is an open source project. We appreciate your help!

Filing issues

Please check the existing issues before.

When filing an issue, make sure to answer these five questions:

  1. What version of Go (go version) are you using??
  2. What code did you run?
  3. What did you expect to see?
  4. What did you see instead?

Contributing code

Let know if you are interested in working on an issue by leaving a comment on the issue in GitHub. This helps avoid multiple people unknowingly working on the same issue.

Please read the Contribution Guidelines before sending patches.

In general, follow the "fork-and-pull" Git workflow

  1. Fork the repository to your own Github account
  2. Clone the project to your machine
  3. Create a branch locally with a succinct but descriptive name
  4. Commit changes to the branch
  5. Following any formatting and testing guidelines specific to this repo
  6. Push changes to your fork
  7. Open a PR in our repository and follow the PR template so that we can efficiently review the changes.

Consult GitHub Help for more information on using pull requests.