Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to WaveFlow

WaveFlow automates bounty escrow on Stellar/Soroban with GitHub merge-triggered payouts.
WaveFlow automates bounty escrow on Stellar/Soroban with GitHub merge-triggered payouts. It is Stellar-native and does not depend on the Drips API (see PRD NG6).

## Before you start

Expand Down Expand Up @@ -32,7 +32,13 @@ cargo test --workspace

- Branch from `main`, open PRs against `main`.
- Run `cargo fmt`, `cargo clippy`, and `cargo test --workspace` before pushing.
- Use issue prefixes: `[contracts]`, `[backend]`, `[documentation]`, `[infra]`.
- Use issue prefixes that match the area of change:
- `[gateway]` – GitHub webhook ingestion and chain attestation
- `[api]` – REST API for programs and payouts
- `[contracts]` – Soroban escrow contract
- `[backend]` – shared crates, database, or infrastructure
- `[documentation]` – docs, README, or CONTRIBUTING updates
- `[infra]` – Docker, CI/CD, or deployment configuration
- Label Drips Wave issues with `Drips Wave` and `complexity:*`.

## Security
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Run API:
cargo run -p waveflow-api
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for branch conventions, issue label prefixes, and the Wave bounty workflow.

## Documentation

- [Product Requirements](docs/PRD.md)
Expand Down