From 1c477ef358e1bedc20745193b691af5f790af176 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 08:08:49 +0000 Subject: [PATCH 1/4] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 6a4366e..1d23eea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Setting up the data connector config file + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + This README is intended for contributors and developers who want to build your configuration file. In this file, it will go over how to make a configuration file with Yelp's API, specifically an API for phone number searches. @@ -93,3 +96,22 @@ Once the user sets up the appropriate responses in the Json file then the user c # That's all for now Please visit the other tutorials that are available if you are interested in setting up a data connector. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

peiwangdb

💻 🚧
+ + + + + +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 71155ec7037785c9b3b4ac3fa2597398fef115ed Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 08:08:50 +0000 Subject: [PATCH 2/4] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..8ff7c85 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "peiwangdb", + "name": "peiwangdb", + "avatar_url": "https://avatars0.githubusercontent.com/u/15167104?v=4", + "profile": "http://www.sfu.ca/~peiw/", + "contributions": [ + "code", + "maintenance" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "DataConnectorConfigs", + "projectOwner": "sfu-db", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} From 224d8dad28615bc37cab08fe4c95a90f9bd1b130 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 08:32:56 +0000 Subject: [PATCH 3/4] docs: update README.md [skip ci] From 944d12d2222750adbe483c13dfca0dc03c775136 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 08:32:57 +0000 Subject: [PATCH 4/4] docs: update .all-contributorsrc [skip ci]