Skip to content

Commit b10d86f

Browse files
authored
Merge pull request #6 from malithmcr/all-contributors/add-malithmcr
docs: add malithmcr as a contributor
2 parents f7c521f + 7fb49fd commit b10d86f

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

.all-contributorsrc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "malithmcr",
10+
"name": "Malith Priyashan",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/4549859?v=4",
12+
"profile": "https://craftcode.design/",
13+
"contributions": [
14+
"infra",
15+
"test",
16+
"code"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "react-php-contact-form",
22+
"projectOwner": "malithmcr",
23+
"repoType": "github",
24+
"repoHost": "https://github.com"
25+
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
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).
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

34
## How to start
45

@@ -20,3 +21,15 @@ You will also see any lint errors in the console.
2021
<div align="center">
2122
<a href="https://www.paypal.me/craftcode"><img alt="Header" src="https://cdn-images-1.medium.com/max/806/1*G95uyokAH4JC5Ppvx4LmoQ.png" width="40%"></a>
2223
</div>
24+
25+
## Contributors
26+
27+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
28+
29+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
30+
<!-- prettier-ignore -->
31+
<table><tr><td align="center"><a href="https://craftcode.design/"><img src="https://avatars3.githubusercontent.com/u/4549859?v=4" width="100px;" alt="Malith Priyashan"/><br /><sub><b>Malith Priyashan</b></sub></a><br /><a href="#infra-malithmcr" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/malithmcr/react-php-contact-form/commits?author=malithmcr" title="Tests">⚠️</a> <a href="https://github.com/malithmcr/react-php-contact-form/commits?author=malithmcr" title="Code">💻</a></td></tr></table>
32+
33+
<!-- ALL-CONTRIBUTORS-LIST:END -->
34+
35+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)