Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 1.11 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owner of this repository before making a change.

Issue Guideline

Please check the existing issues to see if your feedback has already been reported.

Give as many relevant details you can, such as:

  1. What version of Go (go version) and dep (git describe --tags) are you using??
  2. What did you expect to see?
  3. What did you see instead?
  4. Steps to reproduce the issue

Pull Request Guideline

  1. Ensure the solution has been discussed with the owner before starting coding
  2. The PR description should contain all information to understand and test the changes
  3. Ensure golint and go vet are not complaining
  4. Document your changes, by updating the beanstalkworker example, README.md and comments in the code
  5. Use gofmt before committing
  6. Commit small, commit often (with meaningful messages)