Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 2.21 KB

File metadata and controls

71 lines (50 loc) · 2.21 KB

Contributing to the PHP 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 and PHP version
    • Environment details (OS, server, etc.)

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 PHP best practices.
  • Includes tests for new functionality.
  • Updates documentation/examples if relevant.

💬 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! 🌌