docs: create .all-contributorsrc [skip ci]
parent
1ed3047ad8
commit
ad97503300
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
|
"imageSize": 100,
|
||||||
|
"commit": false,
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"login": "wbeuil",
|
||||||
|
"name": "William BEUIL",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/8110579?v=4",
|
||||||
|
"profile": "http://wbeuil.com",
|
||||||
|
"contributions": [
|
||||||
|
"ideas",
|
||||||
|
"code",
|
||||||
|
"doc",
|
||||||
|
"maintenance",
|
||||||
|
"review"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"contributorsPerLine": 7,
|
||||||
|
"projectName": "dctlenv",
|
||||||
|
"projectOwner": "wbeuil",
|
||||||
|
"repoType": "github",
|
||||||
|
"repoHost": "https://github.com",
|
||||||
|
"skipCi": true
|
||||||
|
}
|
Loading…
Reference in New Issue