Skip to content

Contributing to AirChain

Guidelines for contributing to AirChain's open-source codebase.

Repositories

How to Contribute

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Write tests
  5. Submit a pull request

Code Style

  • Python: PEP 8, Black formatter
  • JavaScript: ESLint, Prettier
  • Git commits: Conventional Commits

Running Tests

# Backend
pytest tests/

# Dashboard
npm test

License

All AirChain code is MIT licensed.

Replication guide →