Skip to content

Commit

Permalink
Merge pull request #148 from tuanngocptn/main
Browse files Browse the repository at this point in the history
Docs: add Contributors part
  • Loading branch information
baronha authored May 15, 2024
2 parents b9e81c9 + df5b165 commit 9bd184c
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/contribute-list.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99 changes: 99 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,105 @@ or [pull request](https://github.com/baronha/react-native-multiple-image-picker/

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

## Contributors ✨

Thanks go to these wonderful people:

<!-- readme: collaborators,contributors -start -->
<table>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/tuanngocptn">
<img src="https://avatars.githubusercontent.com/u/22292704?v=4" width="100;" alt="tuanngocptn"/>
<br />
<sub><b>Nick - Ngoc Pham</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/baronha">
<img src="https://avatars.githubusercontent.com/u/23580920?v=4" width="100;" alt="baronha"/>
<br />
<sub><b>Bảo Hà.</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/itsnyx">
<img src="https://avatars.githubusercontent.com/u/74738973?v=4" width="100;" alt="itsnyx"/>
<br />
<sub><b>Alireza</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/pnthach95">
<img src="https://avatars.githubusercontent.com/u/31266357?v=4" width="100;" alt="pnthach95"/>
<br />
<sub><b>Phạm Ngọc Thạch</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/crockalet">
<img src="https://avatars.githubusercontent.com/u/60240500?v=4" width="100;" alt="crockalet"/>
<br />
<sub><b>crockalet</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/denisbevilacqua">
<img src="https://avatars.githubusercontent.com/u/8768794?v=4" width="100;" alt="denisbevilacqua"/>
<br />
<sub><b>Denis Bevilacqua</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/ctrleffive">
<img src="https://avatars.githubusercontent.com/u/35224957?v=4" width="100;" alt="ctrleffive"/>
<br />
<sub><b>Chandu J S</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/rxdsrex">
<img src="https://avatars.githubusercontent.com/u/21159505?v=4" width="100;" alt="rxdsrex"/>
<br />
<sub><b>Rajnarayan Dutta</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/vivianlys90">
<img src="https://avatars.githubusercontent.com/u/22317616?v=4" width="100;" alt="vivianlys90"/>
<br />
<sub><b>vivianLee</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/ymane">
<img src="https://avatars.githubusercontent.com/u/22021856?v=4" width="100;" alt="ymane"/>
<br />
<sub><b>Yogesh Mane</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/cd-butterfly">
<img src="https://avatars.githubusercontent.com/u/6622823?v=4" width="100;" alt="cd-butterfly"/>
<br />
<sub><b>cd-butterfly</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/hieuphan1030">
<img src="https://avatars.githubusercontent.com/u/108206954?v=4" width="100;" alt="hieuphan1030"/>
<br />
<sub><b>hieuphan1030</b></sub>
</a>
</td>
</tr>
<tbody>
</table>
<!-- readme: collaborators,contributors -end -->

## License

MIT
Expand Down

0 comments on commit 9bd184c

Please sign in to comment.