From 32acbb11b2e6f480a1c7793eebcb318e1268a6a0 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:20:39 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6ee2f2..7060063 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ![GitHub code size](https://img.shields.io/github/languages/code-size/chandrabezzo/CountryCodePicker) + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ![GitHub contributors](https://img.shields.io/github/contributors/chandrabezzo/CountryCodePicker) [![Pub](https://img.shields.io/pub/v/country_code_picker.svg)](https://pub.dartlang.org/packages/country_code_picker) [![Linkedin](https://i.stack.imgur.com/gVE0j.png) LinkedIn](https://www.linkedin.com/in/salvatore-giordano/) @@ -182,4 +185,25 @@ as objectively and informative as possible so that we can understand your need a ### Discussions and ideas We're happy to discuss and talk about ideas, post your -question to [StackOverflow](https://stackoverflow.com/search?q=country+code+picker). \ No newline at end of file +question to [StackOverflow](https://stackoverflow.com/search?q=country+code+picker). +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +
Chandra Abdul Fattah
Chandra Abdul Fattah

🚇 💻
+ + + + + + +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 e9994c0eb1f2de0c0ba3372def88a85737df6bc3 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:20:40 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..b6c4d3e --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "chandrabezzo", + "name": "Chandra Abdul Fattah", + "avatar_url": "https://avatars.githubusercontent.com/u/16184998?v=4", + "profile": "https://www.linkedin.com/in/chandra-abdul-fattah", + "contributions": [ + "infra", + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "CountryCodePicker", + "projectOwner": "chandrabezzo" +}