Thank you for your interest in contributing to this repository. This SDK is manually maintained and we welcome pull requests, issues, and feedback.
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
- A clear and descriptive title
- Steps to reproduce the issue
- Expected and actual behavior
- Any relevant logs, screenshots, or error messages
- Information about your environment (e.g., operating system, software versions)
- For example can be collected using the
npx envinfocommand from your terminal if you have Node.js installed
- For example can be collected using the
We welcome PRs for bug fixes, improvements, and new SDK features. Please:
- Open an issue first if the change is significant.
- Keep changes focused and scoped to a single concern.
- Include tests or examples where it makes sense.
- Run
npm run lintbefore submitting.
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in future releases.
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
Thank you for your understanding and cooperation!
The Maintainers