File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# 🏗️ Interactive System Design Masterclass
22
3+ ![ Build Status] ( https://github.com/Fleonex-dev/System-Design/actions/workflows/ci.yml/badge.svg )
4+ ![ Python] ( https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue )
5+
6+
37> ** "Show, Don't Just Tell."**
48> A hands-on, code-first course to master scalable systems, tailored for Senior Engineering Interviews.
59
@@ -79,4 +83,15 @@ We don't just teach theory. We show you exactly where these patterns are used:
7983
8084---
8185
86+ # # 🤝 Contributing
87+ We love contributions! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our ** Branch & Merge** workflow.
88+ 1. Fork the repo
89+ 2. Create your feature branch (` git checkout -b feat/amazing-feature` )
90+ 3. Run tests (` make test` )
91+ 4. Commit your changes (` git commit -m ' feat: Add amazing feature' ` )
92+ 5. Push to the branch (` git push origin feat/amazing-feature` )
93+ 6. Open a Pull Request
94+
95+ ---
96+
8297* Built for Engineers, by Engineers.*
You can’t perform that action at this time.
0 commit comments