From bfa1bbaeb1880db89792b725f8f23f56097b77bb Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Sat, 24 Jul 2021 21:03:49 +0300 Subject: [PATCH] chore: all contributors update in README --- .all-contributorsrc | 94 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 28 ++++++++++++++ 2 files changed, 122 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..bb8457c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,94 @@ +{ + "projectName": "core", + "projectOwner": "sasjs", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "allanbowe", + "name": "Allan Bowe", + "avatar_url": "https://avatars.githubusercontent.com/u/4420615?v=4", + "profile": "https://github.com/allanbowe", + "contributions": [ + "business", + "code", + "content", + "doc", + "infra", + "maintenance", + "mentoring", + "question", + "review", + "test" + ] + }, + { + "login": "rafgag", + "name": "rafgag", + "avatar_url": "https://avatars.githubusercontent.com/u/69139928?v=4", + "profile": "https://github.com/rafgag", + "contributions": [ + "code" + ] + }, + { + "login": "tmoody", + "name": "Trevor Moody", + "avatar_url": "https://avatars.githubusercontent.com/u/79837106?v=4", + "profile": "https://github.com/tmoody", + "contributions": [ + "code" + ] + }, + { + "login": "krishna-acondy", + "name": "Krishna Acondy", + "avatar_url": "https://avatars.githubusercontent.com/u/2980428?v=4", + "profile": "https://krishna-acondy.io/", + "contributions": [ + "code", + "infra", + "blog", + "content", + "ideas", + "video" + ] + }, + { + "login": "saadjutt01", + "name": "Muhammad Saad ", + "avatar_url": "https://avatars.githubusercontent.com/u/8914650?v=4", + "profile": "https://github.com/saadjutt01", + "contributions": [ + "code", + "ideas" + ] + }, + { + "login": "YuryShkoda", + "name": "Yury Shkoda", + "avatar_url": "https://avatars.githubusercontent.com/u/25773492?v=4", + "profile": "https://www.erudicat.com/", + "contributions": [ + "code", + "infra" + ] + }, + { + "login": "medjedovicm", + "name": "Mihajlo Medjedovic", + "avatar_url": "https://avatars.githubusercontent.com/u/18329105?v=4", + "profile": "https://github.com/medjedovicm", + "contributions": [ + "infra" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index b8fb434..f030ed5 100644 --- a/README.md +++ b/README.md @@ -179,3 +179,31 @@ If you find this library useful, please leave a [star](https://github.com/sasjs/ + +## Contributors ✨ + +[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + + + +

Allan Bowe

💼 💻 🖋 📖 🚇 🚧 🧑‍🏫 💬 👀 ⚠️

rafgag

💻

Trevor Moody

💻

Krishna Acondy

💻 🚇 📝 🖋 🤔 📹

Muhammad Saad

💻 🤔

Yury Shkoda

💻 🚇

Mihajlo Medjedovic

🚇
+ + + + + + +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