docs: add pranavrajs as a contributor (#27)

* docs: update README.md

* docs: create .all-contributorsrc
This commit is contained in:
allcontributors[bot]
2019-09-05 12:16:56 +05:30
committed by Pranav Raj S
parent 5b865b560f
commit 7518ea4af6
2 changed files with 46 additions and 0 deletions

29
.all-contributorsrc Normal file
View File

@@ -0,0 +1,29 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "pranavrajs",
"name": "Pranav Raj S",
"avatar_url": "https://avatars3.githubusercontent.com/u/2246121?v=4",
"profile": "https://github.com/pranavrajs",
"contributions": [
"bug",
"blog",
"code",
"doc",
"design",
"maintenance",
"review"
]
}
],
"contributorsPerLine": 7,
"projectName": "chatwoot",
"projectOwner": "chatwoot",
"repoType": "github",
"repoHost": "https://github.com"
}