Skip to content

Commit

Permalink
Merge pull request #2 from AnandChowdhary/all-contributors/add-AnandC…
Browse files Browse the repository at this point in the history
…howdhary

docs: add AnandChowdhary as a contributor
  • Loading branch information
AnandChowdhary committed Apr 15, 2020
2 parents 8d7ca11 + 2fee0e7 commit 05c7aee
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "AnandChowdhary",
"name": "Anand Chowdhary",
"avatar_url": "https://avatars3.githubusercontent.com/u/2841780?v=4",
"profile": "https://anandchowdhary.com/?utm_source=github&utm_medium=about&utm_campaign=about-link",
"contributions": [
"ideas",
"code",
"test",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "puppet",
"projectOwner": "AnandChowdhary",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 🎭 Puppet
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Natural-language web automation using [Puppeteer](https://github.com/puppeteer/puppeteer).

Expand Down Expand Up @@ -69,3 +72,22 @@ npm run test-without-reporting
## 📄 License

[MIT](./LICENSE) © [Anand Chowdhary](https://anandchowdhary.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-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://anandchowdhary.com/?utm_source=github&utm_medium=about&utm_campaign=about-link"><img src="https://avatars3.githubusercontent.com/u/2841780?v=4" width="100px;" alt=""/><br /><sub><b>Anand Chowdhary</b></sub></a><br /><a href="#ideas-AnandChowdhary" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/AnandChowdhary/puppet/commits?author=AnandChowdhary" title="Code">💻</a> <a href="https://github.com/AnandChowdhary/puppet/commits?author=AnandChowdhary" title="Tests">⚠️</a> <a href="https://github.com/AnandChowdhary/puppet/commits?author=AnandChowdhary" title="Documentation">📖</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 05c7aee

Please sign in to comment.