From 6d2cf44aad39c98232ffa86998cfb02b588379ae Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 14:34:44 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 90857da..793ab65 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # phpid-mentoring-frontend +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) PHPID Mentoring Program - Frontend Code @@ -17,3 +18,19 @@ PHPID Mentoring Program - Frontend Code ---- Copyright © 2019 By PHPID Teams + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +
Irfan Maulana
Irfan Maulana

💻 🚧 🐛 🎨
+ + + +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 15c151f7fce6f2ff548ad35c9e736cddc482ec4a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 14:34:45 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .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..5ee099f --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "mazipan", + "name": "Irfan Maulana", + "avatar_url": "https://avatars0.githubusercontent.com/u/7221389?v=4", + "profile": "https://www.mazipan.xyz/", + "contributions": [ + "code", + "maintenance", + "bug", + "design" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "phpid-mentoring-frontend", + "projectOwner": "phpid-jakarta", + "repoType": "github", + "repoHost": "https://github.com" +}