Skip to content

Commit 9c1cb1b

Browse files
docs: Update contributors section with top contributors table
- Add contributing section with quick guide - Add top contributors table with contribution counts - Link to individual contributor profiles - Keep contrib.rocks widget for all contributors - Improve contribution call-to-action Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent c8f30c0 commit 9c1cb1b

1 file changed

Lines changed: 42 additions & 3 deletions

File tree

README.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,52 @@ SOFTWARE.
303303

304304
## 🎉 Ready to Start Your Python Journey?
305305

306-
### [Browse 700+ Issues](https://github.com/hackdartstorm/Python/issues)[Start Contributing](CONTRIBUTING.md)[Join Community](https://github.com/hackdartstorm/Python/discussions)
306+
### [Browse 700+ Issues](https://github.com/hackdartstorm/Python/issues)[Start Contributing](#-contributing)[Join Community](https://github.com/hackdartstorm/Python/discussions)
307307

308308
---
309309

310-
### 👥 Our Amazing Contributors
310+
## 🤝 Contributing
311+
312+
We welcome contributions of all kinds! Here's how you can help:
313+
314+
### Ways to Contribute
315+
316+
- 🐛 **Fix bugs** - Find and fix issues in the codebase
317+
- 📝 **Add examples** - Contribute new Python examples
318+
- 🧪 **Write tests** - Add unit tests for existing code
319+
- 📖 **Improve docs** - Enhance documentation and explanations
320+
- 💡 **Suggest features** - Propose new learning modules
321+
- 🔍 **Review code** - Review pull requests from others
322+
323+
### Quick Contribution Guide
324+
325+
1. **Fork** the repository
326+
2. **Create** a branch (`git checkout -b feature/your-feature`)
327+
3. **Make** your changes
328+
4. **Test** your code
329+
5. **Commit** (`git commit -m 'Add feature'`)
330+
6. **Push** (`git push origin feature/your-feature`)
331+
7. **Open** a Pull Request
332+
333+
📖 **See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.**
334+
335+
---
336+
337+
## 👥 Meet Our Contributors
338+
339+
A huge thank you to everyone who has contributed to making this project better!
340+
341+
### 🌟 Top Contributors
342+
343+
| Contributor | Contributions |
344+
|-------------|---------------|
345+
| [@hackdartstorm](https://github.com/hackdartstorm) | 124+ |
346+
| [@Samprithajgowda](https://github.com/Samprithajgowda) | 1+ |
347+
| [@Rey-han-24](https://github.com/Rey-han-24) | 1+ |
348+
| [@guerrevg](https://github.com/guerrevg) | 1+ |
349+
| [@aldomelpignano](https://github.com/aldomelpignano) | 1+ |
311350

312-
Thanks to all contributors who make this project possible!
351+
### 🎖️ All Contributors
313352

314353
[![Contributors](https://contrib.rocks/image?repo=hackdartstorm/Python&max=100&columns=10)](https://github.com/hackdartstorm/Python/graphs/contributors)
315354

0 commit comments

Comments
 (0)