Thanks for your interest in contributing! This project is part of the BlackRoad ecosystem.
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Make your changes
- Run tests if available:
npm testorpython -m pytest - Commit:
git commit -m "Add your feature" - Push:
git push origin feature/your-feature - Open a Pull Request
- Follow existing code conventions in the project
- Keep commits atomic and well-described
- Add tests for new functionality when possible
- Use GitHub Issues to report bugs
- Include steps to reproduce, expected behavior, and actual behavior
- Include system info (OS, Node/Python version) when relevant
By contributing, you agree that your contributions will be licensed under the MIT License.