Merge pull request #35 from aswin2108/contributors-list

Contributors list automated
This commit is contained in:
Agnish Ghosh 2022-10-01 17:27:42 +05:30 committed by GitHub
commit 9f6f2452f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 85 additions and 0 deletions

13
.github/workflows/contributors.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: 'Add contributors to readme'
on:
push:
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -39,3 +39,75 @@ You can contribute by adding new scripts, improving current scripts or Documenta
- [x] Pull latest change from upstream branch before starting the changing code.
- [x] Add your file in proper folder(lowercase) with README.md in it. Add requirements.txt if needed.
- [x] Please use flake8 linting in your code (See below to check flake8 linting)
# Contributors 💪😎
Thanks a lot for spending your time helping! Keep rocking 🍻
<!-- readme: contributors -start -->
<table>
<tr>
<td align="center">
<a href="https://github.com/advaita-saha">
<img src="https://avatars.githubusercontent.com/u/30210770?v=4" width="100;" alt="advaita-saha"/>
<br />
<sub><b>Advaita Saha</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/priddhesh">
<img src="https://avatars.githubusercontent.com/u/109747774?v=4" width="100;" alt="priddhesh"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/bartick">
<img src="https://avatars.githubusercontent.com/u/69100224?v=4" width="100;" alt="bartick"/>
<br />
<sub><b>Bartick Maiti</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Montekkundan">
<img src="https://avatars.githubusercontent.com/u/87750128?v=4" width="100;" alt="Montekkundan"/>
<br />
<sub><b>Montek</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/kriptonian1">
<img src="https://avatars.githubusercontent.com/u/74916308?v=4" width="100;" alt="kriptonian1"/>
<br />
<sub><b>Sawan Bhattacharya</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/ArshErgon">
<img src="https://avatars.githubusercontent.com/u/40994679?v=4" width="100;" alt="ArshErgon"/>
<br />
<sub><b>Mohd Arsh Ali </b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/lordvader501">
<img src="https://avatars.githubusercontent.com/u/60027612?v=4" width="100;" alt="lordvader501"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/mer747">
<img src="https://avatars.githubusercontent.com/u/84189502?v=4" width="100;" alt="mer747"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/SameerSahu007">
<img src="https://avatars.githubusercontent.com/u/29480670?v=4" width="100;" alt="SameerSahu007"/>
<br />
<sub><b>Sameer Sahu</b></sub>
</a>
</td></tr>
</table>
<!-- readme: contributors -end -->