Skip to content

Commit de26744

Browse files
authored
Merge pull request #69 from geekcom/all-contributors/add-geekcom
docs: add geekcom as a contributor
2 parents 0a99f0e + 8c2f101 commit de26744

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
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": "validator-docs",
22+
"projectOwner": "geekcom",
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"skipCi": true
26+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# LaraValidator Docs - Brasil
2+
<!-- 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 -->
25
_Validação de documentos do Brasil usando **Laravel 6/7**_
36

47
[![Build Status](https://travis-ci.org/geekcom/validator-docs.svg?branch=master)](https://travis-ci.org/geekcom/validator-docs)
@@ -193,3 +196,22 @@ public function store(Request $request)
193196
Fique a vontade para contribuir fazendo um fork.
194197

195198
Caso tenha alguma dúvida ou encontre algum bug, abra uma [issue](https://github.com/geekcom/validator-docs/issues) ou pesquise por issues antigas.
199+
200+
## Contributors ✨
201+
202+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
203+
204+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
205+
<!-- prettier-ignore-start -->
206+
<!-- markdownlint-disable -->
207+
<table>
208+
<tr>
209+
<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/geekcom/validator-docs/commits?author=geekcom" title="Code">💻</a></td>
210+
</tr>
211+
</table>
212+
213+
<!-- markdownlint-enable -->
214+
<!-- prettier-ignore-end -->
215+
<!-- ALL-CONTRIBUTORS-LIST:END -->
216+
217+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)