Thank you for using the Distributed Systems repository! If you need help, here are the ways to get support:
- README.md - Main repository overview and quick start
- GOVERNANCE.md - Project governance and decision-making process
- CONTRIBUTING.md - Contributing guidelines and pull request process
- Module Documentation - Each module has its own README.md with detailed documentation
If you've found a bug or have a feature request:
- Check existing issues - Search the Issues to see if your problem has been reported
- Create a new issue - Open an issue with:
- Clear title and description
- Steps to reproduce (for bugs)
- Expected vs. actual behavior
- Environment information (Python version, OS, etc.)
Important: Do NOT create a public issue for security vulnerabilities.
Please read SECURITY.md for information on how to responsibly report security issues.
For general questions, suggestions, or discussions:
- Review the GOVERNANCE.md for project direction and decision-making
- Check module-specific README.md files for implementation details
- Read CODE_OF_CONDUCT.md to understand community standards
For direct inquiries about the project:
- Project Maintainer: @navinBRuas
- Issue Tracker: Use GitHub Issues for bugs and features
- Security Issues: See SECURITY.md
Please review our CODE_OF_CONDUCT.md to understand the values and standards of this community.
Interested in contributing? See CONTRIBUTING.md for guidelines on:
- Setting up your development environment
- Creating feature branches
- Running tests
- Submitting pull requests
- Code review process
The repository is organized into independent distributed systems modules, each with:
src/- Production codetests/- Test suiteexamples/- Working examplesREADME.md- Module documentation
See README.md for the complete module list.
Thank you for your interest in this project!