Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

32 lines (19 loc) · 1 KB

Contribution Guide

Prerequisite

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Where to report violations.

Please email me [email protected].

How to contribute Gochk.

I appreciate your help.

  1. First, please write your issue(proposal) in Gochk issues.

  2. Secondly, you must have the following tools and settings on your IDE:

    • godoc for docs
    • goreturns for format
    • golint for lint
    • build on save for package
    • lint on save for package
    • vet on save for package
  3. After satisfing the above, please make a branch with {ISSUE_NUMBER}.{SUMMARY}.

  4. You MUST also fix/add unit tests of your implementation in internal/gochk/xxx_internal_test.go.

  5. Finally, please make a pull request of it.

If you contribute documents, step 2 & 4 above might be skipped.