Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

How to contribute

tbeck edited this page Sep 17, 2023 · 2 revisions

Learn how to contribute


Contributing

Contributing is easy. Just follow the steps below and you are good to go.
You dont nessesarily need to know c++ to contribute to the module. You can also contribute to the go-api or the c-api (which is mostly copying).
Get started by understanding the architecture of the module.

Adding SDK Methods

Adding SDK methods to the API is pretty easy and straight forward.
You don't actually need to understand C++ nor C to do this task.

  1. Follow the Building Guide to make sure everything compiles
  2. Add runtime C export
  3. Generate C-API
  4. Add Method in go package

Clone this wiki locally