Skip to content

Commit 1d1077c

Browse files
authored
Merge pull request #233 from PHPJasper/all-contributors/add-geekcom
docs: add geekcom as a contributor
2 parents 5cb729b + 1c3e599 commit 1d1077c

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "geekcom",
10+
"name": "Daniel Rodrigues",
11+
"avatar_url": "https://avatars2.githubusercontent.com/u/3955933?v=4",
12+
"profile": "https://twitter.com/geekcom2",
13+
"contributions": [
14+
"infra",
15+
"maintenance",
16+
"code"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "phpjasper",
22+
"projectOwner": "PHPJasper",
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"skipCi": true
26+
}

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
![PHPJasper logo](docs/images/phpjasper.png)
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
5+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
36
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
47
<!-- ALL-CONTRIBUTORS-BADGE:END -->
58

@@ -338,4 +341,22 @@ Open a new [Issue](https://github.com/PHPJasper/phpjasper/issues) or look for a
338341

339342
MIT
340343

341-
## [Contribute](https://github.com/PHPJasper/phpjasper/blob/master/CONTRIBUTING.md)
344+
## [Contribute](https://github.com/PHPJasper/phpjasper/blob/master/CONTRIBUTING.md)
345+
## Contributors ✨
346+
347+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
348+
349+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
350+
<!-- prettier-ignore-start -->
351+
<!-- markdownlint-disable -->
352+
<table>
353+
<tr>
354+
<td align="center"><a href="https://twitter.com/geekcom2"><img src="https://avatars2.githubusercontent.com/u/3955933?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Rodrigues</b></sub></a><br /><a href="#infra-geekcom" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-geekcom" title="Maintenance">🚧</a> <a href="https://github.com/PHPJasper/phpjasper/commits?author=geekcom" title="Code">💻</a></td>
355+
</tr>
356+
</table>
357+
358+
<!-- markdownlint-enable -->
359+
<!-- prettier-ignore-end -->
360+
<!-- ALL-CONTRIBUTORS-LIST:END -->
361+
362+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)