docs: add pranavrajs as a contributor (#27)
* docs: update README.md * docs: create .all-contributorsrc
This commit is contained in:
parent
5b865b560f
commit
7518ea4af6
2 changed files with 46 additions and 0 deletions
29
.all-contributorsrc
Normal file
29
.all-contributorsrc
Normal 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"
|
||||||
|
}
|
17
README.md
17
README.md
|
@ -1,4 +1,5 @@
|
||||||
![Woot-logo](.github/woot-logo.png)
|
![Woot-logo](.github/woot-logo.png)
|
||||||
|
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
|
||||||
|
|
||||||
Opensource alternative to Intercom, Zendesk, Drift, Crisp etc.
|
Opensource alternative to Intercom, Zendesk, Drift, Crisp etc.
|
||||||
|
|
||||||
|
@ -65,3 +66,19 @@ password: 123456
|
||||||
GitHub: [@chatwoot](https://github.com/chatwoot)
|
GitHub: [@chatwoot](https://github.com/chatwoot)
|
||||||
·
|
·
|
||||||
Email: [hello@chatwoot.com](mailto:hello@chatwoot.com)
|
Email: [hello@chatwoot.com](mailto:hello@chatwoot.com)
|
||||||
|
|
||||||
|
## Contributors ✨
|
||||||
|
|
||||||
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center"><a href="https://github.com/pranavrajs"><img src="https://avatars3.githubusercontent.com/u/2246121?v=4" width="100px;" alt="Pranav Raj S"/><br /><sub><b>Pranav Raj S</b></sub></a><br /><a href="https://github.com/chatwoot/chatwoot/issues?q=author%3Apranavrajs" title="Bug reports">🐛</a> <a href="#blog-pranavrajs" title="Blogposts">📝</a> <a href="https://github.com/chatwoot/chatwoot/commits?author=pranavrajs" title="Code">💻</a> <a href="https://github.com/chatwoot/chatwoot/commits?author=pranavrajs" title="Documentation">📖</a> <a href="#design-pranavrajs" title="Design">🎨</a> <a href="#maintenance-pranavrajs" title="Maintenance">🚧</a> <a href="#review-pranavrajs" title="Reviewed Pull Requests">👀</a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||||
|
|
||||||
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
Loading…
Reference in a new issue