Skip to content

Commit 0bc0db2

Browse files
authored
Merge pull request #107 from oras-project/contributors/update-2023-09-21
[tributors] contributors/update-2023-09-21
2 parents 4732198 + 0a43cb9 commit 0bc0db2

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.all-contributorsrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,17 @@
163163
"avatar_url": [
164164
"https://avatars.githubusercontent.com/u/104113?v=4"
165165
]
166+
},
167+
{
168+
"login": "saketjajoo",
169+
"name": "Saket Jajoo",
170+
"contributions": [
171+
"code"
172+
],
173+
"profile": "https://saketjajoo.github.io",
174+
"avatar_url": [
175+
"https://avatars.githubusercontent.com/u/23132557?v=4"
176+
]
166177
}
167178
],
168179
"contributorsPerLine": 7

.tributors

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,10 @@
6767
"TerryHowe": {
6868
"name": "Terry Howe",
6969
"blog": "https://terryhowe.wordpress.com/"
70+
},
71+
"saketjajoo": {
72+
"name": "Saket Jajoo",
73+
"email": "saketjajoo77@gmail.com",
74+
"blog": "https://saketjajoo.github.io"
7075
}
7176
}

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ORAS Python
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
55
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66

77
![ORAS Logo](https://raw.githubusercontent.com/oras-project/oras-www/main/static/img/oras.png)
@@ -45,6 +45,9 @@ tool to generate a contributors graphic below.
4545
<td align="center" valign="top" width="14.28%"><a href="https://dev-zero.ch"><img src="https://avatars.githubusercontent.com/u/11307?v=4?s=100" width="100px;" alt="Tiziano Müller"/><br /><sub><b>Tiziano Müller</b></sub></a><br /><a href="https://github.com/oras-project/oras-py/commits?author=dev-zero" title="Code">💻</a></td>
4646
<td align="center" valign="top" width="14.28%"><a href="https://terryhowe.wordpress.com/"><img src="https://avatars.githubusercontent.com/u/104113?v=4?s=100" width="100px;" alt="Terry Howe"/><br /><sub><b>Terry Howe</b></sub></a><br /><a href="https://github.com/oras-project/oras-py/commits?author=TerryHowe" title="Code">💻</a></td>
4747
</tr>
48+
<tr>
49+
<td align="center" valign="top" width="14.28%"><a href="https://saketjajoo.github.io"><img src="https://avatars.githubusercontent.com/u/23132557?v=4?s=100" width="100px;" alt="Saket Jajoo"/><br /><sub><b>Saket Jajoo</b></sub></a><br /><a href="https://github.com/oras-project/oras-py/commits?author=saketjajoo" title="Code">💻</a></td>
50+
</tr>
4851
</tbody>
4952
</table>
5053

0 commit comments

Comments
 (0)