Skip to content

Commit ef4de30

Browse files
docs: add iluwatar as a contributor (iluwatar#1343)
* 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 b62bed7 commit ef4de30

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "iluwatar",
10+
"name": "Ilkka Seppälä",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/582346?v=4",
12+
"profile": "https://github.com/iluwatar",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "java-design-patterns",
20+
"projectOwner": "iluwatar",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- the line below needs to be an empty line C: (its because kramdown isnt
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
that smart and dearly wants an empty line before a heading to be able to
36
display it as such, e.g. website) -->
47

@@ -58,3 +61,22 @@ you and answer your questions in the [Gitter chatroom](https://gitter.im/iluwata
5861
# License
5962

6063
This project is licensed under the terms of the MIT license.
64+
65+
## Contributors ✨
66+
67+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
68+
69+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
70+
<!-- prettier-ignore-start -->
71+
<!-- markdownlint-disable -->
72+
<table>
73+
<tr>
74+
<td align="center"><a href="https://github.com/iluwatar"><img src="https://avatars1.githubusercontent.com/u/582346?v=4" width="100px;" alt=""/><br /><sub><b>Ilkka Seppälä</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=iluwatar" title="Code">💻</a></td>
75+
</tr>
76+
</table>
77+
78+
<!-- markdownlint-enable -->
79+
<!-- prettier-ignore-end -->
80+
<!-- ALL-CONTRIBUTORS-LIST:END -->
81+
82+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)