Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 581 Bytes

File metadata and controls

27 lines (19 loc) · 581 Bytes

Contributing

Thanks for contributing to Axionvera Network.

Quick Start

  1. Fork the repo and create a branch.
  2. Make your change with tests.
  3. Run:
npm install
npm run test:rust
npm run typecheck
npm test

Where to Start

  • Read docs/contributing-guide.md
  • Check the GitHub issue templates in .github/ISSUE_TEMPLATE

Pull Request Expectations

  • Describe the problem and approach.
  • Include tests for new behavior.
  • Keep PRs focused and easy to review.