Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 666 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (9 loc) · 666 Bytes
  1. Fork the repopository.
  2. Create a topic branch.
  3. Implement your feature and make sure it is covered by appropriate tests.
  4. Run godep go test and make sure all of the tests pass.
  5. Add documentation for your feature or bug fix.
  6. Run go fmt to enforce style.
  7. Add, commit, and push your chanages.
  8. Submit a pull request. Please be specific with your message, detailing the what, why, how of your contribution.
  9. Please expect and facilitate feedback and discussion.