From d7db1d3d41cc00cdcf7caca295f3a9bcdd1487ce Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 11:15:08 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 58b0b959f5..cbaed928d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # ReactPlay(Repo: `react-play`) + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +

react-play @@ -153,3 +156,23 @@ A ⭐️ to ReactPlay is to make us more 💪 stronger and motivated. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Tapas Adhikary

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 39098bda1e4e9c3fbd2cd55e9db85102fc1cbe6e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 11:15:09 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000000..43c729165d --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "atapas", + "name": "Tapas Adhikary", + "avatar_url": "https://avatars.githubusercontent.com/u/3633137?v=4", + "profile": "https://tapasadhikary.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "react-play", + "projectOwner": "atapas", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}