1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 01:48:12 +09:00

docs: add list of contributors

This commit is contained in:
2020-03-22 13:19:05 +09:00
parent d744d50e12
commit a40f1fb38e
2 changed files with 54 additions and 0 deletions

33
.all-contributorsrc Normal file
View File

@@ -0,0 +1,33 @@
{
"projectName": "namae",
"projectOwner": "uetchy",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "uetchy",
"name": "Yasuaki Uechi",
"avatar_url": "https://avatars0.githubusercontent.com/u/431808?v=4",
"profile": "https://uechi.io",
"contributions": [
"code"
]
},
{
"login": "flawyte",
"name": "Mickaël Allonneau",
"avatar_url": "https://avatars3.githubusercontent.com/u/1585006?v=4",
"profile": "https://github.com/flawyte",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}