Are you excited about contributing to the SDK development? We welcome developers like you to join our community and help us improve our SDK. Below are some guidelines to get you started.

Contributing Process

  1. Fork the Repository: Fork our repository to your personal GitHub account.
  2. Create a Feature Branch: For each new feature or fix, create a new branch from the main branch.
  3. Implement the Feature or Fix: Write clean, well-commented code and follow our coding standards.
  4. Test Your Code: Make sure your changes do not break the existing functionality.
  5. Create a Pull Request: Submit your changes to the main branch through a pull request.

Guidelines

  • Code of Conduct: Adhere to our Code of Conduct.
  • Documentation: Update the documentation if your changes require it.
  • Testing: Include tests for your new features or fixes.

Resources


Here is an example of a commit message format:

feat: Add new feature XYZ

Feel free to contribute and make a difference! 🚀

developer_team