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.
Please email me [email protected].
I appreciate your help.
-
First, please write your issue(proposal) in Gochk issues.
-
Secondly, you must have the following tools and settings on your IDE:
godoc
for docsgoreturns
for formatgolint
for lint- build on save for
package
- lint on save for
package
- vet on save for
package
-
After satisfing the above, please make a branch with
{ISSUE_NUMBER}.{SUMMARY}
. -
You MUST also fix/add unit tests of your implementation in
internal/gochk/xxx_internal_test.go
. -
Finally, please make a pull request of it.
If you contribute documents, step 2 & 4 above might be skipped.