Skip to content

Commit 025a8d7

Browse files
docs: add iocanel as a contributor for code, and ideas (#149)
* 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 0a01d1d commit 025a8d7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
"contributions": [
4242
"bug"
4343
]
44+
},
45+
{
46+
"login": "iocanel",
47+
"name": "Ioannis Canellos",
48+
"avatar_url": "https://avatars.githubusercontent.com/u/402008?v=4",
49+
"profile": "http://iocanel.blogspot.com",
50+
"contributions": [
51+
"code",
52+
"ideas"
53+
]
4454
}
4555
],
4656
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quarkus - JGit
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.jgit/quarkus-jgit?logo=apache-maven&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.jgit/quarkus-jgit)
@@ -30,6 +30,7 @@ Thanks go to these wonderful people ([emoji key](https://allcontributors.org/doc
3030
<td align="center" valign="top" width="14.28%"><a href="https://github.com/PierreBtz"><img src="https://avatars.githubusercontent.com/u/9881659?v=4?s=100" width="100px;" alt="Pierre Beitz"/><br /><sub><b>Pierre Beitz</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jgit/issues?q=author%3APierreBtz" title="Bug reports">🐛</a></td>
3131
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kangofchen"><img src="https://avatars.githubusercontent.com/u/12807092?v=4?s=100" width="100px;" alt="kang.chen"/><br /><sub><b>kang.chen</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jgit/issues?q=author%3Akangofchen" title="Bug reports">🐛</a></td>
3232
<td align="center" valign="top" width="14.28%"><a href="http://www.logicdrop.com"><img src="https://avatars.githubusercontent.com/u/533810?v=4?s=100" width="100px;" alt="KimJohn Quinn"/><br /><sub><b>KimJohn Quinn</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jgit/issues?q=author%3Akjq" title="Bug reports">🐛</a></td>
33+
<td align="center" valign="top" width="14.28%"><a href="http://iocanel.blogspot.com"><img src="https://avatars.githubusercontent.com/u/402008?v=4?s=100" width="100px;" alt="Ioannis Canellos"/><br /><sub><b>Ioannis Canellos</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jgit/commits?author=iocanel" title="Code">💻</a> <a href="#ideas-iocanel" title="Ideas, Planning, & Feedback">🤔</a></td>
3334
</tr>
3435
</tbody>
3536
</table>

0 commit comments

Comments
 (0)