Skip to content

Commit 9a2fffb

Browse files
docs: add atharva-2001 as a contributor for code (#790)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 1aa091a commit 9a2fffb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.all-contributorsrc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@
206206
"contributions": [
207207
"bug"
208208
]
209+
},
210+
{
211+
"login": "atharva-2001",
212+
"name": "Atharva Arya",
213+
"avatar_url": "https://avatars.githubusercontent.com/u/55894364?v=4",
214+
"profile": "https://www.atharvaarya.tech/",
215+
"contributions": [
216+
"code"
217+
]
209218
}
210219
],
211220
"contributorsPerLine": 7,
@@ -214,5 +223,6 @@
214223
"repoType": "github",
215224
"repoHost": "https://github.com",
216225
"skipCi": true,
217-
"commitConvention": "angular"
226+
"commitConvention": "angular",
227+
"commitType": "docs"
218228
}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,9 @@ To develop locally, clone this repository and run `. script/bootstrap` to instal
429429
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tolgaeren"><img src="https://avatars.githubusercontent.com/u/794719?v=4?s=100" width="100px;" alt="Tolga Eren"/><br /><sub><b>Tolga Eren</b></sub></a><br /><a href="https://github.com/tophat/syrupy/issues?q=author%3Atolgaeren" title="Bug reports">🐛</a></td>
430430
<td align="center" valign="top" width="14.28%"><a href="https://johnkurkowski.com"><img src="https://avatars.githubusercontent.com/u/299487?v=4?s=100" width="100px;" alt="John Kurkowski"/><br /><sub><b>John Kurkowski</b></sub></a><br /><a href="https://github.com/tophat/syrupy/issues?q=author%3Ajohn-kurkowski" title="Bug reports">🐛</a></td>
431431
</tr>
432+
<tr>
433+
<td align="center" valign="top" width="14.28%"><a href="https://www.atharvaarya.tech/"><img src="https://avatars.githubusercontent.com/u/55894364?v=4?s=100" width="100px;" alt="Atharva Arya"/><br /><sub><b>Atharva Arya</b></sub></a><br /><a href="https://github.com/tophat/syrupy/commits?author=atharva-2001" title="Code">💻</a></td>
434+
</tr>
432435
</tbody>
433436
</table>
434437

0 commit comments

Comments
 (0)