$P@D$3RVยฃR commited on
Commit
245da49
ยท
1 Parent(s): 7fbaa7a

Add contributors section to README

Browse files
Files changed (1) hide show
  1. README.md +21 -0
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!