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.