$P@D$3RVยฃR commited on
Commit ยท
245da49
1
Parent(s): 7fbaa7a
Add contributors section to README
Browse files
README.md
CHANGED
|
@@ -74,6 +74,27 @@ This is a **prototype** ready to become something bigger! Potential next steps:
|
|
| 74 |
- ๐ฐ Monetization features
|
| 75 |
- ๐ Multiplayer & leaderboards
|
| 76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
## ๐ License
|
| 78 |
|
| 79 |
MIT License - Feel free to use, modify, and build upon this!
|
|
|
|
| 74 |
- ๐ฐ Monetization features
|
| 75 |
- ๐ Multiplayer & leaderboards
|
| 76 |
|
| 77 |
+
## ๐ค Contributing
|
| 78 |
+
|
| 79 |
+
**We'd love your help!** This project is open to contributions of all kinds:
|
| 80 |
+
|
| 81 |
+
- ๐ **Bug fixes** - Found a bug? Report it or fix it!
|
| 82 |
+
- โจ **New features** - Got an idea? Let's make it happen!
|
| 83 |
+
- ๐จ **Design improvements** - Better UI/UX? We're all ears!
|
| 84 |
+
- ๐ **Documentation** - Help make the code more understandable
|
| 85 |
+
- ๐งช **Testing** - Play the game and share feedback!
|
| 86 |
+
|
| 87 |
+
### How to Contribute
|
| 88 |
+
|
| 89 |
+
1. **Fork the repo** and clone it locally
|
| 90 |
+
2. **Create a branch** for your changes (`git checkout -b feature/amazing-feature`)
|
| 91 |
+
3. **Make your changes** and test them
|
| 92 |
+
4. **Commit** with clear messages (`git commit -m 'Add amazing feature'`)
|
| 93 |
+
5. **Push** to your fork (`git push origin feature/amazing-feature`)
|
| 94 |
+
6. **Open a Pull Request** and describe your changes!
|
| 95 |
+
|
| 96 |
+
**No contribution is too small!** Even fixing typos or improving comments helps! ๐
|
| 97 |
+
|
| 98 |
## ๐ License
|
| 99 |
|
| 100 |
MIT License - Feel free to use, modify, and build upon this!
|