Skip to content

Commit 1fdd203

Browse files
docs: add gastaldi as a contributor for code, and maintenance (#2)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent ea77342 commit 1fdd203

2 files changed

Lines changed: 51 additions & 1 deletion

File tree

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitConvention": "angular",
8+
"contributors": [
9+
{
10+
"login": "gastaldi",
11+
"name": "George Gastaldi",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/54133?v=4",
13+
"profile": "http://gastaldi.wordpress.com",
14+
"contributions": [
15+
"code",
16+
"maintenance"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"skipCi": true,
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"projectName": "quarkus-poi",
25+
"projectOwner": "quarkiverse"
26+
}

README.md

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

36
[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.poi/quarkus-poi?logo=apache-maven&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.poi/quarkus-poi)
47

@@ -31,4 +34,25 @@ Include the following dependency in your pom.xml:
3134
This extension provides the following features:
3235

3336
- Native image support
34-
- Support for Apache POI 5.2.3
37+
- Support for Apache POI 5.2.3
38+
## Contributors ✨
39+
40+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
41+
42+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
43+
<!-- prettier-ignore-start -->
44+
<!-- markdownlint-disable -->
45+
<table>
46+
<tbody>
47+
<tr>
48+
<td align="center" valign="top" width="14.28%"><a href="http://gastaldi.wordpress.com"><img src="https://avatars.githubusercontent.com/u/54133?v=4?s=100" width="100px;" alt="George Gastaldi"/><br /><sub><b>George Gastaldi</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-poi/commits?author=gastaldi" title="Code">💻</a> <a href="#maintenance-gastaldi" title="Maintenance">🚧</a></td>
49+
</tr>
50+
</tbody>
51+
</table>
52+
53+
<!-- markdownlint-restore -->
54+
<!-- prettier-ignore-end -->
55+
56+
<!-- ALL-CONTRIBUTORS-LIST:END -->
57+
58+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)