Thank you for your interest in contributing.
- Modular architecture compliance
- Clean, documented code
- Security-first implementation
- Performance-aware design
- Respect microservices boundaries
- Fork the repository
- Create a feature branch
- Write tests for your changes
- Ensure linting passes
- Submit a Pull Request
- TypeScript strict mode enabled
- Explicit typing required
- No unsafe database queries
- Follow service isolation rules
Use conventional commits:
- feat:
- fix:
- refactor:
- docs:
- test:
- chore:
Example: feat: add real-time swarm consensus module
By contributing, you agree that your contributions will be licensed under Apache License 2.0.