🎉 Thank you for your interest in contributing to PayBridge.SDK! Whether you're here to report a bug, suggest a feature, or contribute code — we appreciate your support.
Be respectful. We're building a community where everyone feels welcome and supported. Please review our Code of Conduct before contributing.
Click the Fork button on the top right of the repo page, then clone your fork:
git clone https://github.com/your-username/PayBridge.git
cd PayBridgegit checkout -b feature/your-feature-nameImplement your feature or bugfix, and write any relevant unit tests.
git add .
git commit -m "feat: add your feature"
git push origin feature/your-feature-nameGo to your fork on GitHub and click "Compare & pull request". Fill in the description, reference any related issues, and submit.
- Follow Clean Architecture and SOLID principles.
- Keep code readable, maintainable, and tested.
- Use meaningful commit messages (e.g.
fix: handle payment timeout) - Format your code using
.editorconfigor consistent C# standards.
Please make sure that the solution builds and all tests pass before submitting a PR.
dotnet build
dotnet test- Open an issue with the
questionlabel. - Contact the maintainer via GitHub Discussions if enabled.
Thanks again for helping make PayBridge.SDK better! 🙌