When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
We are accepting the following Issue.
If you have a question like, "What do you think of this fix/improvement? If you have a question like "How can I fix/improve this?", please create an Issue and discuss it.
- Correction of typos
- Suggestions and corrections
- Improving testing
If you want to edit and send the file locally, try the following steps.
- Forking
- Create a branch:
feature/my_feature
for feature improvements,bugfix/my_fix
for bug fixes - Testing:
go test -v ./pkg/...
- Send a pull request :D