Thanks for helping build open-source Stellar payment tooling! This covers normal contributions and how we run the Stellar Wave Program via Drips.
- Fork and branch:
git checkout -b fix/short-description. - Set up the repo (see its
README.md). - Add tests for your change.
- Run lint + tests.
- Open a PR against
main, filling the template.
Stack-Rocks participates in the Stellar Wave Program. Some issues are labeled Stellar Wave and earn contributors Points.
- Contributors: apply through the Drips Wave app's Apply link on the issue — comments/PRs alone are not eligible for rewards.
- Link your PR to the issue so it is tracked.
- Maintainers mark the issue completed; Points are awarded automatically.
- Requirements and context — what & why.
- Suggested execution — files/steps.
- Acceptance criteria — how we know it's done.
- Guidelines — docs, tests, suggested timeframe.
- Contracts (Rust):
cargo fmt+cargo clippyclean, unit-tested. - Backend/Frontend (TS):
eslintclean, typed, tested. - Keep PRs focused — one concern each.
By participating you agree to our Code of Conduct.