Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

31 lines (18 loc) · 1.29 KB

Contributing guidelines

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.

Code of conduct

Please make sure to read and observe our Contributor Code of Conduct.

Prerequisites

Contributing steps

  1. Submit an issue describing your proposed change to the repo in question.
  2. The code owners will respond to your issue promptly.
  3. If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
  4. Fork the desired repo, develop and test your code changes.
  5. Submit a pull request.

How to build the sdk-go module locally

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.