Skip to content

Commit 73c9f66

Browse files
committed
docs: Add CI Badge and Contributing section to README
1 parent 4cbc98f commit 73c9f66

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.*

0 commit comments

Comments
 (0)