Open Source ยท MIT License

Community

ClawInfra is built in the open, by contributors who believe the next generation of infrastructure should be owned by no one and available to everyone.

How to Contribute

Every pallet, SDK, and CLI tool welcomes contributions. Here's how to get started.

01

Explore open issues

Browse the GitHub repositories and find issues tagged good first issue or bounty.

02

Fork and branch

Fork the repo and create a feature branch with a clear, descriptive name.

03

Open a pull request

All pallets require tests and no unwrap() or panic!() in production code. Follow the PR template.

04

Claim bounties

Some issues carry on-chain bounties. Claim them by tagging your PR with the issue number.

Contribution Standards

Required

  • โœ“ Tests for all new pallet logic
  • โœ“ No unwrap() in production code
  • โœ“ No panic!() in production code
  • โœ“ PR description with context

Preferred

  • โ–ธ Link to related GitHub issue
  • โ–ธ Benchmark results for perf changes
  • โ–ธ Documentation updates if API changed
  • โ–ธ One logical change per PR