Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.34 KB

File metadata and controls

23 lines (14 loc) · 1.34 KB

Contributing to DUCP Node

Thanks for your interest in the DUCP reference implementation. This repository implements the protocol specified in ducp-protocol/ducp-spec.

Before you start

  • Read the spec (white paper v0.1.0) and open an issue to discuss substantial work first.
  • Protocol-level changes belong in the spec repo's proposals, not here — this repository implements the spec, it does not define it.

Workflow

  1. Open an issue describing the bug or change.
  2. Fork, branch, and keep pull requests focused.
  3. Before pushing: cargo fmt, cargo clippy --all-targets, and cargo test.
  4. Submit a pull request referencing the issue.

Contributor License Agreement

This repository is governed by the project's DUCP CLA: contributions are accepted under the CLA, which assigns the contributed rights to the author and grants you a license back. You will be asked to agree before your first contribution is merged.

Conduct & governance

All participation follows the Code of Conduct. During the pre-1.0 phase the project is steered by its maintainer — see GOVERNANCE.