feat(contributors): add all contributors to project

This commit is contained in:
thomas
2023-09-22 20:43:45 +02:00
parent 69e9feaa0e
commit 2a7a67a23b
2 changed files with 31 additions and 7 deletions

31
.all-contributorsrc Normal file
View File

@@ -0,0 +1,31 @@
{
"projectName": "angular-challenges",
"projectOwner": "tomalaforge",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "tomalaforge",
"name": "Laforge Thomas",
"avatar_url": "https://avatars.githubusercontent.com/u/30832608?v=4",
"profile": "https://thomaslaforge.dev/home",
"contributions": [
"code",
"blog",
"content",
"doc",
"design",
"ideas"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true,
"commitType": "docs"
}