🤝 Contributing

We warmly welcome community contributions! Whether it’s:

  • 📝 Architecture Knowledge: Share your Ceph architecture designs, distributed storage insights, and system design patterns
  • 🔍 Source Code Analysis: Contribute deep-dive analysis of Ceph internals, algorithm implementations, and code walkthroughs
  • 🛠️ Operations Practice: Share your Ceph deployment experiences, maintenance procedures, and production troubleshooting
  • Performance Optimization: Contribute tuning guides, benchmark results, and scalability best practices
  • 🐛 Issue Reporting: Found documentation errors or technical issues
  • 💡 Improvement Suggestions: Propose better organization or content ideas
  • 🔧 Tool Contributions: Share Ceph-related monitoring, deployment, or debugging tools you’ve developed

Contribution Process

  1. Fork this repository
  2. Create a feature branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a Pull Request