From e339383a3910b489cb0a47b2d6a0d6a369d4b34b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 9 May 2020 14:11:18 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 8d13857..47624b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # LaraValidator Docs - Brasil + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + _Validação de documentos do Brasil usando **Laravel 6/7**_ [![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) Fique a vontade para contribuir fazendo um fork. Caso tenha alguma dúvida ou encontre algum bug, abra uma [issue](https://github.com/geekcom/validator-docs/issues) ou pesquise por issues antigas. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Daniel Rodrigues

🚇 🚧 💻
+ + + + + +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 8c2f1014565cc6c0ec57bb694f62df21fe459d3a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 9 May 2020 14:11:19 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .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..9771bd9 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "geekcom", + "name": "Daniel Rodrigues", + "avatar_url": "https://avatars2.githubusercontent.com/u/3955933?v=4", + "profile": "https://twitter.com/geekcom2", + "contributions": [ + "infra", + "maintenance", + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "validator-docs", + "projectOwner": "geekcom", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}