Skip to content

Commit b4d38cf

Browse files
authored
Merge pull request #40 from Flutter-Vision/all-contributors/add-reness0
docs: add reness0 as a contributor for code, maintenance
2 parents 9ba3caa + 7150780 commit b4d38cf

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-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": "reness0",
10+
"name": "Renê Júnior",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/49681380?v=4",
12+
"profile": "https://github.com/reness0",
13+
"contributions": [
14+
"code",
15+
"maintenance"
16+
]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"projectName": "FlutterVision",
21+
"projectOwner": "Flutter-Vision",
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"skipCi": true
25+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

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
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
36
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
47
<!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -32,3 +35,23 @@
3235
3. Identify bugs/features to help us improve our project
3336
4. Then, in the end, feel free to open a [issue](https://github.com/Flutter-Vision/FlutterVision/issues) with anything that you want.
3437
> You can also, of course, open a pull request to improve or translate our readme to engage the most people as possible 😄
38+
39+
## Contributors ✨
40+
41+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
42+
43+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
44+
<!-- prettier-ignore-start -->
45+
<!-- markdownlint-disable -->
46+
<table>
47+
<tr>
48+
<td align="center"><a href="https://github.com/reness0"><img src="https://avatars.githubusercontent.com/u/49681380?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Renê Júnior</b></sub></a><br /><a href="https://github.com/Flutter-Vision/FlutterVision/commits?author=reness0" title="Code">💻</a> <a href="#maintenance-reness0" title="Maintenance">🚧</a></td>
49+
</tr>
50+
</table>
51+
52+
<!-- markdownlint-restore -->
53+
<!-- prettier-ignore-end -->
54+
55+
<!-- ALL-CONTRIBUTORS-LIST:END -->
56+
57+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)