Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.34 KB

File metadata and controls

29 lines (23 loc) · 1.34 KB

Contributing to Stack-Rocks 🪨

Thanks for helping build open-source Stellar payment tooling! This covers normal contributions and how we run the Stellar Wave Program via Drips.

Quick start

  1. Fork and branch: git checkout -b fix/short-description.
  2. Set up the repo (see its README.md).
  3. Add tests for your change.
  4. Run lint + tests.
  5. Open a PR against main, filling the template.

Drips Wave (Stellar Wave Program) 🌊

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.

Issue shape (especially Stellar Wave)

  • Requirements and context — what & why.
  • Suggested execution — files/steps.
  • Acceptance criteria — how we know it's done.
  • Guidelines — docs, tests, suggested timeframe.

Style

  • Contracts (Rust): cargo fmt + cargo clippy clean, unit-tested.
  • Backend/Frontend (TS): eslint clean, typed, tested.
  • Keep PRs focused — one concern each.

By participating you agree to our Code of Conduct.