Skip to content

Commit 4333ab5

Browse files
authoredFeb 17, 2024
docs: add codesculpture as a contributor for code, and bug (tj-actions#1937)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent e3cac49 commit 4333ab5

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
 

‎.all-contributorsrc

+10
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,16 @@
235235
"contributions": [
236236
"doc"
237237
]
238+
},
239+
{
240+
"login": "codesculpture",
241+
"name": "Aravind",
242+
"avatar_url": "https://avatars.githubusercontent.com/u/63452117?v=4",
243+
"profile": "https://github.com/codesculpture",
244+
"contributions": [
245+
"code",
246+
"bug"
247+
]
238248
}
239249
],
240250
"contributorsPerLine": 7,

‎README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
[![Update release version.](https://github.com/tj-actions/changed-files/actions/workflows/sync-release-version.yml/badge.svg)](https://github.com/tj-actions/changed-files/actions/workflows/sync-release-version.yml)
99

1010
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
11-
12-
[![All Contributors](https://img.shields.io/badge/all_contributors-25-orange.svg?style=flat-square)](#contributors-)
13-
11+
[![All Contributors](https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square)](#contributors-)
1412
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1513

1614
## changed-files
@@ -1308,11 +1306,8 @@ If you are reporting a bug, please include:
13081306
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
13091307

13101308
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1311-
13121309
<!-- prettier-ignore-start -->
1313-
13141310
<!-- markdownlint-disable -->
1315-
13161311
<table>
13171312
<tbody>
13181313
<tr>
@@ -1347,12 +1342,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
13471342
<td align="center" valign="top" width="14.28%"><a href="https://github.com/levenleven"><img src="https://avatars.githubusercontent.com/u/6463364?v=4?s=100" width="100px;" alt="Aleksey Levenstein"/><br /><sub><b>Aleksey Levenstein</b></sub></a><br /><a href="https://github.com/tj-actions/changed-files/commits?author=levenleven" title="Documentation">📖</a></td>
13481343
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dan-hill2802"><img src="https://avatars.githubusercontent.com/u/5046322?v=4?s=100" width="100px;" alt="Daniel Hill"/><br /><sub><b>Daniel Hill</b></sub></a><br /><a href="https://github.com/tj-actions/changed-files/commits?author=dan-hill2802" title="Documentation">📖</a></td>
13491344
<td align="center" valign="top" width="14.28%"><a href="https://keisukeyamashita.com"><img src="https://avatars.githubusercontent.com/u/23056537?v=4?s=100" width="100px;" alt="KeisukeYamashita"/><br /><sub><b>KeisukeYamashita</b></sub></a><br /><a href="https://github.com/tj-actions/changed-files/commits?author=KeisukeYamashita" title="Documentation">📖</a></td>
1345+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/codesculpture"><img src="https://avatars.githubusercontent.com/u/63452117?v=4?s=100" width="100px;" alt="Aravind"/><br /><sub><b>Aravind</b></sub></a><br /><a href="https://github.com/tj-actions/changed-files/commits?author=codesculpture" title="Code">💻</a> <a href="https://github.com/tj-actions/changed-files/issues?q=author%3Acodesculpture" title="Bug reports">🐛</a></td>
13501346
</tr>
13511347
</tbody>
13521348
</table>
13531349

13541350
<!-- markdownlint-restore -->
1355-
13561351
<!-- prettier-ignore-end -->
13571352

13581353
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)
Please sign in to comment.