Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.37 KB

File metadata and controls

37 lines (24 loc) · 1.37 KB

Contributing to This Repository

Thank you for your interest in contributing to this repository. This SDK is manually maintained and we welcome pull requests, issues, and feedback.

How to Report Issues

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 envinfo command from your terminal if you have Node.js installed

Pull Requests

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 lint before submitting.

Issue Triage and Fixes

We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in future releases.

Contact

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