First of all, thanks for your contribution, you can participate in this project in the following ways:
-
create a new pull request
-
report a bug
-
create new issues
-
contribute documentation
-
give us any suggestions, such as bad code, performance, etc...
-
Fork the project to your own github.
-
Clone the project to local.
-
Add code and corresponding test file.
-
Push code and create a pull request.
Your code should comply with the following principles:
-
All code should be tested in your local environment, try to avoid bugs.
-
All public methods should have the corresponding test method.
-
All code should have gone through go fmt