Browse Source

docs: create .all-contributorsrc [skip ci]

pull/23/head
allcontributors[bot] 6 years ago
committed by GitHub
parent
commit
a2b2bc9849
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      .all-contributorsrc

26
.all-contributorsrc

@ -0,0 +1,26 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "beaussan",
"name": "Nicolas Beaussart",
"avatar_url": "https://avatars0.githubusercontent.com/u/7281023?v=4",
"profile": "https://github.com/beaussan",
"contributions": [
"code",
"ideas",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "nbx",
"projectOwner": "beaussan",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
Loading…
Cancel
Save