Files
cs249r_book/labs/.all-contributorsrc
Vijay Janapa Reddi 0430c85639 Populate contributors from git history
- Scanned git history for each project folder
- Added historical contributors to .all-contributorsrc files
- Generated README contributor tables with emoji badges
- Added generate_readme_tables.py script for future updates

Contributors added:
- Book: profvjreddi, Mjrovai, GabrielAmazonas, hzeljko
- Kits: profvjreddi
- Labs: profvjreddi
- TinyTorch: AmirAlasady, profvjreddi, kai4avaya, minhdang26403,
             didier-durand, karthikdani, jettythek
2026-01-20 13:48:55 -05:00

28 lines
716 B
JSON

{
"projectName": "MLSysBook - Labs",
"projectOwner": "harvard-edge",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 80,
"commit": false,
"commitConvention": "angular",
"contributorsPerLine": 7,
"linkToUsage": false,
"skipCi": true,
"contributors": [
{
"login": "profvjreddi",
"name": "Vijay Janapa Reddi",
"avatar_url": "https://avatars.githubusercontent.com/profvjreddi",
"profile": "https://github.com/profvjreddi",
"contributions": [
"code",
"design",
"doc"
]
}
]
}