Skip to content

Commit

Permalink
Merge pull request #25 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 0655ad3 + 7653d6d commit 3ee8564
Show file tree
Hide file tree
Showing 2 changed files with 58 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 }}
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,47 @@ We're trying to improve performance. If you have a better solution, please open

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/4cc3ssX">
<img src="https://avatars.githubusercontent.com/u/57473799?v=4" width="100;" alt="4cc3ssX"/>
<br />
<sub><b>Ryam</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Acetyld">
<img src="https://avatars.githubusercontent.com/u/55088242?v=4" width="100;" alt="Acetyld"/>
<br />
<sub><b>Dion Grendelman</b></sub>
</a>
</td>
</tr>
<tbody>
</table>
<!-- readme: collaborators,contributors -end -->

## License

MIT
Expand Down

0 comments on commit 3ee8564

Please sign in to comment.