Add contributor badges

This commit is contained in:
2025-06-17 11:56:41 -04:00
parent 1b944738d2
commit 1d9fb48d40
3 changed files with 62 additions and 1 deletions

29
.all-contributorsrc Normal file
View File

@ -0,0 +1,29 @@
{
"projectName": "surround-to-eac3",
"projectOwner": "jono-rams",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributorsPerLine": 7,
"linkToUsage": true,
"skipCi": true,
"contributors": [
{
"login": "jono-rams",
"name": "Jonathan Rampersad",
"avatar_url": "https://avatars.githubusercontent.com/u/29872001?v=4",
"profile": "https://jono-rams.work",
"contributions": [
"code",
"doc",
"infra"
]
}
],
"commitType": "docs"
}