From cc0d547bd09ec9b1a889d8559e8a6ba3b251e143 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Tue, 14 May 2019 12:41:09 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d5fd0ae..8d405b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ This is code for tutorial in my blog post [Create Contact form with react and php](https://blog.bitsrc.io/how-to-build-a-contact-form-with-react-js-and-php-d5977c17fec0). +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) ## How to start @@ -20,3 +21,15 @@ You will also see any lint errors in the console.
Header
+ +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + +
Malith Priyashan
Malith Priyashan

🚇 ⚠️ 💻
+ + + +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 7fb49fd055b3659c384a55b1811aab2b3d8db53d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Tue, 14 May 2019 12:41:10 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .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..f5d7c9b --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "malithmcr", + "name": "Malith Priyashan", + "avatar_url": "https://avatars3.githubusercontent.com/u/4549859?v=4", + "profile": "https://craftcode.design/", + "contributions": [ + "infra", + "test", + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "react-php-contact-form", + "projectOwner": "malithmcr", + "repoType": "github", + "repoHost": "https://github.com" +}