Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 963 Bytes

File metadata and controls

41 lines (28 loc) · 963 Bytes

Contributing to arka

Thanks for your interest in contributing! arka is a kcolbchain open-source project.

Quick Start

git clone https://github.com/YOUR_USERNAME/arka.git
cd arka
cargo build
cargo test

Finding Work

  • Open issues
  • good-first-issue — great starting points
  • help-wanted — needs community help
  • Comment on an issue before starting work

Code Style

  • cargo fmt before committing
  • cargo clippy should pass with no warnings
  • Write doc comments for public functions
  • Add tests for new functionality

PR Process

  1. One feature/fix per PR
  2. cargo test must pass
  3. cargo clippy must pass
  4. Update README if you changed the API

Community

License

MIT — contributions licensed under the same.