mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
- Rename workflow to update-contributors.yml (more generic name) - Add generate_main_readme.py to create sectioned contributor table - Update main README with sections: Book, TinyTorch, Kits, Labs - Add contribution type badges (emojis) to contributor entries - Add Marcelo Rovai to kits contributors - Update workflow to handle all project contributor files
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"projectName": "MLSysBook - Hardware Kits",
|
|
"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": "Mjrovai",
|
|
"name": "Marcelo Rovai",
|
|
"avatar_url": "https://avatars.githubusercontent.com/Mjrovai",
|
|
"profile": "https://github.com/Mjrovai",
|
|
"contributions": [
|
|
"doc",
|
|
"code",
|
|
"design",
|
|
"tutorial"
|
|
]
|
|
},
|
|
{
|
|
"login": "profvjreddi",
|
|
"name": "Vijay Janapa Reddi",
|
|
"avatar_url": "https://avatars.githubusercontent.com/profvjreddi",
|
|
"profile": "https://github.com/profvjreddi",
|
|
"contributions": [
|
|
"bug",
|
|
"code",
|
|
"design",
|
|
"doc",
|
|
"test",
|
|
"tool"
|
|
]
|
|
}
|
|
]
|
|
} |