Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 2.31 KB

File metadata and controls

74 lines (53 loc) · 2.31 KB

Contributing to the Flutter Stellar SDK

Thank you for your interest in contributing! 🚀
This SDK is an open-source project maintained by Soneso.
Contributions, feedback, and feature requests from the community are highly appreciated. 🙏


📣 How to Provide Feedback

We’d love to hear your thoughts about the SDK:

  • ✅ What’s working well?
  • ⚡ What could be improved?
  • 🌟 Features you’d like to see in the future?

👉 Please share your feedback in GitHub Discussions.


🐞 Reporting Bugs

If you find a bug:

  1. Check existing issues to avoid duplicates.
  2. Open a new Bug Report.
    Please include:
  • Steps to reproduce
  • Expected vs. actual behavior
  • Error messages/logs
  • SDK version
  • Flutter/Dart version
  • Platform (Android, iOS, Web, etc.)
  • Device/emulator details

The more details, the faster we can fix it!


🌟 Requesting Features

Have an idea for an improvement or a new feature?

  1. First, check existing feature requests.
  2. Open a new Feature Request.
    Tell us:
  • What problem the feature solves
  • Why it would be useful
  • Any proposed solutions or alternatives

🤝 Contributing Code

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/my-new-feature).
  3. Commit your changes (git commit -m "Add my new feature").
  4. Push to your fork (git push origin feature/my-new-feature).
  5. Open a Pull Request.

Please ensure your code:

  • Follows Flutter/Dart best practices.
  • Includes tests for new functionality.
  • Updates documentation/examples if relevant.
  • Runs successfully with flutter test.

💬 Questions?

If you’re not sure whether something should be a bug report, feature request, or discussion,
just start with GitHub Discussions.
We’ll help point you in the right direction.


Thanks again for contributing to the Stellar ecosystem! 🌌