Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 723 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 723 Bytes

Ways to contribute

  1. See if there is an Issue that you can take up to fix or implement
  2. Help expand and clarify documentation and/or usage section
  3. Have a good idea? Open and submit a detailed Issue

Guidlines

  1. First, check to see if a similar issue has already been opened
  2. Follow the Code of Conduct
  3. BE DETAILED in your Pull Requests
  4. Do not introduce any further 3rd-party package dependencies unless provided a valid reason
  5. Do not submit content that does not pass golint, or has not been formatted with gofmt
  6. Do not submit content that has little to no documentation on exported functions, variables, etc