Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 2.29 KB

File metadata and controls

74 lines (47 loc) · 2.29 KB

Support

Getting Help

Thank you for using the Distributed Systems repository! If you need help, here are the ways to get support:

Documentation

  • 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

Reporting Issues

If you've found a bug or have a feature request:

  1. Check existing issues - Search the Issues to see if your problem has been reported
  2. 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.)

Security Issues

Important: Do NOT create a public issue for security vulnerabilities.

Please read SECURITY.md for information on how to responsibly report security issues.

Questions & Discussions

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

Contact

For direct inquiries about the project:

  • Project Maintainer: @navinBRuas
  • Issue Tracker: Use GitHub Issues for bugs and features
  • Security Issues: See SECURITY.md

Community Standards

Please review our CODE_OF_CONDUCT.md to understand the values and standards of this community.

Contributing

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

Repository Structure

The repository is organized into independent distributed systems modules, each with:

  • src/ - Production code
  • tests/ - Test suite
  • examples/ - Working examples
  • README.md - Module documentation

See README.md for the complete module list.


Thank you for your interest in this project!