Skip to content

Commit 9bd184c

Browse files
authored
Merge pull request #148 from tuanngocptn/main
Docs: add Contributors part
2 parents b9e81c9 + df5b165 commit 9bd184c

File tree

2 files changed

+116
-0
lines changed

2 files changed

+116
-0
lines changed

.github/workflows/contribute-list.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
jobs:
7+
contrib-readme-job:
8+
runs-on: ubuntu-latest
9+
name: Automate contrib in readme
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
steps:
14+
- name: Contribute List
15+
uses: akhilmhdh/contributors-readme-action@v2.3.10
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

+99
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,105 @@ or [pull request](https://github.com/baronha/react-native-multiple-image-picker/
210210

211211
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
212212

213+
## Contributors ✨
214+
215+
Thanks go to these wonderful people:
216+
217+
<!-- readme: collaborators,contributors -start -->
218+
<table>
219+
<tbody>
220+
<tr>
221+
<td align="center">
222+
<a href="https://github.com/tuanngocptn">
223+
<img src="https://avatars.githubusercontent.com/u/22292704?v=4" width="100;" alt="tuanngocptn"/>
224+
<br />
225+
<sub><b>Nick - Ngoc Pham</b></sub>
226+
</a>
227+
</td>
228+
<td align="center">
229+
<a href="https://github.com/baronha">
230+
<img src="https://avatars.githubusercontent.com/u/23580920?v=4" width="100;" alt="baronha"/>
231+
<br />
232+
<sub><b>Bảo Hà.</b></sub>
233+
</a>
234+
</td>
235+
<td align="center">
236+
<a href="https://github.com/itsnyx">
237+
<img src="https://avatars.githubusercontent.com/u/74738973?v=4" width="100;" alt="itsnyx"/>
238+
<br />
239+
<sub><b>Alireza</b></sub>
240+
</a>
241+
</td>
242+
<td align="center">
243+
<a href="https://github.com/pnthach95">
244+
<img src="https://avatars.githubusercontent.com/u/31266357?v=4" width="100;" alt="pnthach95"/>
245+
<br />
246+
<sub><b>Phạm Ngọc Thạch</b></sub>
247+
</a>
248+
</td>
249+
<td align="center">
250+
<a href="https://github.com/crockalet">
251+
<img src="https://avatars.githubusercontent.com/u/60240500?v=4" width="100;" alt="crockalet"/>
252+
<br />
253+
<sub><b>crockalet</b></sub>
254+
</a>
255+
</td>
256+
<td align="center">
257+
<a href="https://github.com/denisbevilacqua">
258+
<img src="https://avatars.githubusercontent.com/u/8768794?v=4" width="100;" alt="denisbevilacqua"/>
259+
<br />
260+
<sub><b>Denis Bevilacqua</b></sub>
261+
</a>
262+
</td>
263+
</tr>
264+
<tr>
265+
<td align="center">
266+
<a href="https://github.com/ctrleffive">
267+
<img src="https://avatars.githubusercontent.com/u/35224957?v=4" width="100;" alt="ctrleffive"/>
268+
<br />
269+
<sub><b>Chandu J S</b></sub>
270+
</a>
271+
</td>
272+
<td align="center">
273+
<a href="https://github.com/rxdsrex">
274+
<img src="https://avatars.githubusercontent.com/u/21159505?v=4" width="100;" alt="rxdsrex"/>
275+
<br />
276+
<sub><b>Rajnarayan Dutta</b></sub>
277+
</a>
278+
</td>
279+
<td align="center">
280+
<a href="https://github.com/vivianlys90">
281+
<img src="https://avatars.githubusercontent.com/u/22317616?v=4" width="100;" alt="vivianlys90"/>
282+
<br />
283+
<sub><b>vivianLee</b></sub>
284+
</a>
285+
</td>
286+
<td align="center">
287+
<a href="https://github.com/ymane">
288+
<img src="https://avatars.githubusercontent.com/u/22021856?v=4" width="100;" alt="ymane"/>
289+
<br />
290+
<sub><b>Yogesh Mane</b></sub>
291+
</a>
292+
</td>
293+
<td align="center">
294+
<a href="https://github.com/cd-butterfly">
295+
<img src="https://avatars.githubusercontent.com/u/6622823?v=4" width="100;" alt="cd-butterfly"/>
296+
<br />
297+
<sub><b>cd-butterfly</b></sub>
298+
</a>
299+
</td>
300+
<td align="center">
301+
<a href="https://github.com/hieuphan1030">
302+
<img src="https://avatars.githubusercontent.com/u/108206954?v=4" width="100;" alt="hieuphan1030"/>
303+
<br />
304+
<sub><b>hieuphan1030</b></sub>
305+
</a>
306+
</td>
307+
</tr>
308+
<tbody>
309+
</table>
310+
<!-- readme: collaborators,contributors -end -->
311+
213312
## License
214313

215314
MIT

0 commit comments

Comments
 (0)