File tree 2 files changed +46
-0
lines changed
2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
<!-- 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 -->
2
5
that smart and dearly wants an empty line before a heading to be able to
3
6
display it as such, e.g. website) -->
4
7
@@ -58,3 +61,22 @@ you and answer your questions in the [Gitter chatroom](https://gitter.im/iluwata
58
61
# License
59
62
60
63
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!
You can’t perform that action at this time.
0 commit comments