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.
Please check the existing issues to see if your feedback has already been reported.
Give as many relevant details you can, such as:
- What version of Go (
go version
) anddep
(git describe --tags
) are you using?? - What did you expect to see?
- What did you see instead?
- Steps to reproduce the issue
- Ensure the solution has been discussed with the owner before starting coding
- The PR description should contain all information to understand and test the changes
- Ensure golint and go vet are not complaining
- Document your changes, by updating the beanstalkworker example, README.md and comments in the code
- Use gofmt before committing
- Commit small, commit often (with meaningful messages)