#How do I contribute in sdk-for-dotnet

2 messages · Page 1 of 1 (latest)

turbid iris
#

Hi there,

I was wondering how to contribute in the SDK development.
So there is the following bug: https://github.com/appwrite/sdk-for-dotnet/issues/30

In past open-source projects, the way to contribute was to fork the project, fix the bug, and create a pull request in the original repository.

What I have understood is, that the SDKs are generated from the SDK generator: https://github.com/appwrite/sdk-generator

But how does the whole process work? Is there a pipeline/GitHub Action that runs in an automated manner? If I want to fix a bug, must I be able to write in twig templates?

Is there some deeper insight (a stream session or something on YouTube), which shows a development process using TWIG templates?

It would be really useful for me as a potential contributor to have a little guidance and a little more transparency on how the internal process of fixing bugs works.

GitHub

👟 Reproduction steps this method: sdk-for-dotnet/src/Appwrite/Models/User.cs Lines 102 to 120 in 5c20443 public static User From(Dictionary<string, object> map) => new User( id: map["...

GitHub

Generating SDKs for multiple programming languages and platforms ⚙️ - appwrite/sdk-generator

knotty dome