From 533dffc498ae967e9017ec2eb67e5eaf1cd459ac Mon Sep 17 00:00:00 2001 From: souvikchand Date: Wed, 17 Dec 2025 12:11:44 +0530 Subject: [PATCH] all contributors set up --- .all-contributorsrc | 25 +++++++++++++++++++++++++ ACHIEVEMENTS.md | 12 ++++++++++++ CONTRIBUTING.md | 12 ++++++++++++ README.md | 14 ++++++++++++++ 4 files changed, 63 insertions(+) create mode 100644 .all-contributorsrc create mode 100644 ACHIEVEMENTS.md diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..8efe19a --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributorsPerLine": 6, + "projectName": "100LinesOfAICode", + "projectOwner": "josharsh", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true, + "commitConvention": "angular", + "contributors": [ + { + "login": "souvikchand", + "name": "SOUVIK CHAND [ZD]", + "avatar_url": "https://avatars.githubusercontent.com/u/96312748?v=4", + "profile": "https://github.com/souvikchand", + "contributions": [ + "code" + ] + } + ] +} diff --git a/ACHIEVEMENTS.md b/ACHIEVEMENTS.md new file mode 100644 index 0000000..a2c4ebb --- /dev/null +++ b/ACHIEVEMENTS.md @@ -0,0 +1,12 @@ +# ๐Ÿ… Contributor Achievements + +We recognize contributors not just by quantity, but by impact. + +## Badges + +- ๐Ÿ—๏ธ **Tool Builder** โ€” Added a new tool or feature +- ๐Ÿ“š **Documentarian** โ€” Improved documentation +- ๐Ÿ› **Bug Hunter** โ€” Fixed bugs +- ๐ŸŽจ **Designer** โ€” Improved UI/UX +- ๐Ÿงช **Test Master** โ€” Added or improved tests +- ๐ŸŽ“ **Educator** โ€” Created tutorials or examples diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 845da01..5e770a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -298,3 +298,15 @@ Making significant contributions? You'll be featured as a star contributor! --- **Thank you for helping make AI accessible, one hundred lines at a time!** โญ + +## Contributor Recognition + +This project uses the All Contributors specification. +To add a contributor: +```bash +npx all-contributors-cli add +``` +then run: +```bash +npx all-contributors-cli generate +``` diff --git a/README.md b/README.md index 1dc3dad..c3c3b50 100644 --- a/README.md +++ b/README.md @@ -248,3 +248,17 @@ MIT License - see [LICENSE](LICENSE) file. - Love simple, working code โญ **[Star on GitHub](https://github.com/josharsh/100LinesOfAICode)** + +## ๐ŸŒŸ Contributors Hall of Fame + +Thanks to these amazing developers who made this project better! + + + + + + + + + +This project follows the [all-contributors](https://allcontributors.org) specification. \ No newline at end of file