Committed by
GitHub
Merge pull request #192 from jonataslaw/all-contributors/add-jonataslaw
docs: add jonataslaw as a contributor
Showing
2 changed files
with
46 additions
and
0 deletions
.all-contributorsrc
0 → 100644
1 | +{ | ||
2 | + "files": [ | ||
3 | + "README.md" | ||
4 | + ], | ||
5 | + "imageSize": 100, | ||
6 | + "commit": false, | ||
7 | + "contributors": [ | ||
8 | + { | ||
9 | + "login": "jonataslaw", | ||
10 | + "name": "Jonny Borges", | ||
11 | + "avatar_url": "https://avatars2.githubusercontent.com/u/35742643?v=4", | ||
12 | + "profile": "https://github.com/jonataslaw", | ||
13 | + "contributions": [ | ||
14 | + "code" | ||
15 | + ] | ||
16 | + } | ||
17 | + ], | ||
18 | + "contributorsPerLine": 7, | ||
19 | + "projectName": "get", | ||
20 | + "projectOwner": "jonataslaw", | ||
21 | + "repoType": "github", | ||
22 | + "repoHost": "https://github.com", | ||
23 | + "skipCi": true | ||
24 | +} |
1 | <a href="https://www.buymeacoffee.com/jonataslaw" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" align="right" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important; box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" > </a> | 1 | <a href="https://www.buymeacoffee.com/jonataslaw" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" align="right" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important; box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" > </a> |
2 | +<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
3 | +[](#contributors-) | ||
4 | +<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
2 |  | 5 |  |
3 | 6 | ||
4 | *Languages: [English](README.md), [Brazilian Portuguese](README.pt-br.md).* | 7 | *Languages: [English](README.md), [Brazilian Portuguese](README.pt-br.md).* |
@@ -1134,3 +1137,22 @@ Get.contextOverlay // Gives the context of the snackbar/dialog/bottomsheet in th | @@ -1134,3 +1137,22 @@ Get.contextOverlay // Gives the context of the snackbar/dialog/bottomsheet in th | ||
1134 | This library will always be updated and implementing new features. Feel free to offer PRs and contribute to them. | 1137 | This library will always be updated and implementing new features. Feel free to offer PRs and contribute to them. |
1135 | 1138 | ||
1136 | 1139 | ||
1140 | + | ||
1141 | +## Contributors ✨ | ||
1142 | + | ||
1143 | +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): | ||
1144 | + | ||
1145 | +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
1146 | +<!-- prettier-ignore-start --> | ||
1147 | +<!-- markdownlint-disable --> | ||
1148 | +<table> | ||
1149 | + <tr> | ||
1150 | + <td align="center"><a href="https://github.com/jonataslaw"><img src="https://avatars2.githubusercontent.com/u/35742643?v=4" width="100px;" alt=""/><br /><sub><b>Jonny Borges</b></sub></a><br /><a href="https://github.com/jonataslaw/get/commits?author=jonataslaw" title="Code">💻</a></td> | ||
1151 | + </tr> | ||
1152 | +</table> | ||
1153 | + | ||
1154 | +<!-- markdownlint-enable --> | ||
1155 | +<!-- prettier-ignore-end --> | ||
1156 | +<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
1157 | + | ||
1158 | +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! |
-
Please register or login to post a comment