Skip to content

Commit dd2999c

Browse files
docs: add Mooninaut as a contributor for code, test (#28)
* 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 2f57af8 commit dd2999c

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.all-contributorsrc

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "Mooninaut",
10+
"name": "Clement Cherlin",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/1463364?v=4",
12+
"profile": "https://github.com/Mooninaut",
13+
"contributions": [
14+
"code",
15+
"test"
16+
]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"projectName": "dotenv-java",
21+
"projectOwner": "cdimascio",
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"skipCi": true
25+
}

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 🗝️ dotenv-java
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
![](https://travis-ci.org/cdimascio/dotenv-java.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/cdimascio/dotenv-java/badge.svg?branch=fixes)](https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes) [![Maven Central](https://img.shields.io/maven-central/v/io.github.cdimascio/dotenv-java.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.github.cdimascio/dotenv-java) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/66b8195f0da544f1ad9ed1352c0ea66f)](https://app.codacy.com/app/cdimascio/dotenv-java?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/dotenv-java&utm_campaign=Badge_Grade_Dashboard) [![](https://img.shields.io/gitter/room/cdimascio-oss/community?color=%23eb205a)](https://gitter.im/cdimascio-oss/community) [![](https://img.shields.io/badge/doc-javadoc-blue)](https://cdimascio.github.io/dotenv-java/docs/javadoc/index.html) ![](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
47

@@ -254,3 +257,23 @@ see [CONTRIBUTING.md](CONTRIBUTING.md)
254257
see [LICENSE](LICENSE) ([Apache 2.0](LICENSE))
255258

256259
<a href="https://www.buymeacoffee.com/m97tA5c" target="_blank"><img src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
260+
261+
## Contributors ✨
262+
263+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
264+
265+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
266+
<!-- prettier-ignore-start -->
267+
<!-- markdownlint-disable -->
268+
<table>
269+
<tr>
270+
<td align="center"><a href="https://github.com/Mooninaut"><img src="https://avatars.githubusercontent.com/u/1463364?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Clement Cherlin</b></sub></a><br /><a href="https://github.com/cdimascio/dotenv-java/commits?author=Mooninaut" title="Code">💻</a> <a href="https://github.com/cdimascio/dotenv-java/commits?author=Mooninaut" title="Tests">⚠️</a></td>
271+
</tr>
272+
</table>
273+
274+
<!-- markdownlint-restore -->
275+
<!-- prettier-ignore-end -->
276+
277+
<!-- ALL-CONTRIBUTORS-LIST:END -->
278+
279+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)