docs: create .all-contributorsrc [skip ci]
This commit is contained in:
parent
05c73bb908
commit
975f727177
1 changed files with 27 additions and 0 deletions
27
.all-contributorsrc
Normal file
27
.all-contributorsrc
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"files": [
|
||||
"README.md"
|
||||
],
|
||||
"imageSize": 100,
|
||||
"commit": false,
|
||||
"contributors": [
|
||||
{
|
||||
"login": "meienberger",
|
||||
"name": "Nicolas Meienberger",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/47644445?v=4",
|
||||
"profile": "https://meienberger.dev/",
|
||||
"contributions": [
|
||||
"code",
|
||||
"infra",
|
||||
"test",
|
||||
"doc"
|
||||
]
|
||||
}
|
||||
],
|
||||
"contributorsPerLine": 7,
|
||||
"projectName": "runtipi",
|
||||
"projectOwner": "meienberger",
|
||||
"repoType": "github",
|
||||
"repoHost": "https://github.com",
|
||||
"skipCi": true
|
||||
}
|
Loading…
Reference in a new issue