docs: create .all-contributorsrc [skip ci]

This commit is contained in:
allcontributors[bot] 2020-12-23 17:26:53 +00:00 committed by GitHub
parent e97b2052a5
commit f59b56c9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
.all-contributorsrc Normal file
View File

@ -0,0 +1,24 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "zelenin",
"name": "Aleksandr Zelenin",
"avatar_url": "https://avatars0.githubusercontent.com/u/1427885?v=4",
"profile": "https://github.com/zelenin",
"contributions": [
"example"
]
}
],
"contributorsPerLine": 7,
"projectName": "go-tdlib",
"projectOwner": "Arman92",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}