This document describes how to contribute to the development of this plugin.
First of all, thanks for wishing to contribute to [knoa] and helping me to provide with this Go SDK opensource community We appreciate the help!
Ee welcome contributions to them all. In the same way, we encourage you to discuss the change you wish to make via issue, email, or any other method with the owners of this repository before working on a new feature.
Please note we have a code of conduct, please follow it in all your interactions with the project.
Please make sure to read and observe our Contributor Code of Conduct.
- [go](https://go.dev/doc/install version v1.20+
- Submit an issue describing your proposed change to the repo in question.
- The code owners will respond to your issue promptly.
- If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
- Fork the desired repo, develop and test your code changes.
- Submit a pull request.
Once you have completed the changes and added new tests you just need to run teh command make
to check that everything
works as expected.