Skip to content

Commit 7580ff9

Browse files
kefranabgfrinyvonnick
authored andcommitted
📝 Add contributors to README (#125)
1 parent ffcbef5 commit 7580ff9

4 files changed

Lines changed: 333 additions & 4 deletions

File tree

.all-contributorsrc

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"projectName": "gitmoji-changelog",
3+
"projectOwner": "frinyvonnick",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"commitConvention": "gitmoji",
12+
"contributors": [
13+
{
14+
"login": "frinyvonnick",
15+
"name": "Yvonnick FRIN",
16+
"avatar_url": "https://avatars0.githubusercontent.com/u/13099512?v=4",
17+
"profile": "https://yvonnickfrin.dev",
18+
"contributions": [
19+
"code"
20+
]
21+
},
22+
{
23+
"login": "bpetetot",
24+
"name": "Benjamin Petetot",
25+
"avatar_url": "https://avatars3.githubusercontent.com/u/516360?v=4",
26+
"profile": "https://github.com/bpetetot",
27+
"contributions": [
28+
"code"
29+
]
30+
},
31+
{
32+
"login": "fabienjuif",
33+
"name": "Fabien JUIF",
34+
"avatar_url": "https://avatars0.githubusercontent.com/u/17828231?v=4",
35+
"profile": "https://github.com/fabienjuif",
36+
"contributions": [
37+
"code"
38+
]
39+
},
40+
{
41+
"login": "bgauduch",
42+
"name": "Baptiste Gauduchon",
43+
"avatar_url": "https://avatars0.githubusercontent.com/u/5585755?v=4",
44+
"profile": "https://github.com/bgauduch",
45+
"contributions": [
46+
"code"
47+
]
48+
},
49+
{
50+
"login": "kefranabg",
51+
"name": "Franck Abgrall",
52+
"avatar_url": "https://avatars3.githubusercontent.com/u/9840435?v=4",
53+
"profile": "https://www.franck-abgrall.me/",
54+
"contributions": [
55+
"code"
56+
]
57+
},
58+
{
59+
"login": "quentinncl",
60+
"name": "quentinncl",
61+
"avatar_url": "https://avatars0.githubusercontent.com/u/12430277?v=4",
62+
"profile": "https://github.com/quentinncl",
63+
"contributions": [
64+
"code"
65+
]
66+
},
67+
{
68+
"login": "lhauspie",
69+
"name": "Logan HAUSPIE",
70+
"avatar_url": "https://avatars1.githubusercontent.com/u/25682509?v=4",
71+
"profile": "https://github.com/lhauspie",
72+
"contributions": [
73+
"code"
74+
]
75+
},
76+
{
77+
"login": "gmembre-zenika",
78+
"name": "Guillaume Membré",
79+
"avatar_url": "https://avatars3.githubusercontent.com/u/7294764?v=4",
80+
"profile": "https://www.geekeries.fun",
81+
"contributions": [
82+
"code"
83+
]
84+
},
85+
{
86+
"login": "yannbertrand",
87+
"name": "Yann Bertrand",
88+
"avatar_url": "https://avatars0.githubusercontent.com/u/5855339?v=4",
89+
"profile": "http://yann-bertrand.fr/",
90+
"contributions": [
91+
"code"
92+
]
93+
},
94+
{
95+
"login": "snikic",
96+
"name": "s n",
97+
"avatar_url": "https://avatars3.githubusercontent.com/u/2975674?v=4",
98+
"profile": "https://github.com/snikic",
99+
"contributions": [
100+
"code"
101+
]
102+
},
103+
{
104+
"login": "mathieutu",
105+
"name": "Mathieu TUDISCO",
106+
"avatar_url": "https://avatars3.githubusercontent.com/u/11351322?v=4",
107+
"profile": "https://mathieutu.dev",
108+
"contributions": [
109+
"code"
110+
]
111+
},
112+
{
113+
"login": "charlyx",
114+
"name": "Charles-Henri GUERIN",
115+
"avatar_url": "https://avatars2.githubusercontent.com/u/481446?v=4",
116+
"profile": "http://charlyx.dev",
117+
"contributions": [
118+
"code"
119+
]
120+
},
121+
{
122+
"login": "FBerthelot",
123+
"name": "Florent Berthelot",
124+
"avatar_url": "https://avatars1.githubusercontent.com/u/6927852?v=4",
125+
"profile": "https://github.com/FBerthelot",
126+
"contributions": [
127+
"code"
128+
]
129+
},
130+
{
131+
"login": "EmmanuelDemey",
132+
"name": "Emmanuel DEMEY",
133+
"avatar_url": "https://avatars2.githubusercontent.com/u/555768?v=4",
134+
"profile": "http://gillespie59.github.io/",
135+
"contributions": [
136+
"code"
137+
]
138+
}
139+
],
140+
"contributorsPerLine": 7
141+
}

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,40 @@ You also can add a badge in the README.md of your repository to promote `gitmoji
160160
It will add this badge: [![gitmoji-changelog](https://img.shields.io/badge/Changelog-gitmoji-brightgreen.svg)](https://github.com/frinyvonnick/gitmoji-changelog)
161161

162162

163+
## ✨ Contributors
164+
165+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
166+
167+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
168+
<!-- prettier-ignore-start -->
169+
<!-- markdownlint-disable -->
170+
<table>
171+
<tr>
172+
<td align="center"><a href="https://yvonnickfrin.dev"><img src="https://avatars0.githubusercontent.com/u/13099512?v=4" width="100px;" alt="Yvonnick FRIN"/><br /><sub><b>Yvonnick FRIN</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=frinyvonnick" title="Code">💻</a></td>
173+
<td align="center"><a href="https://github.com/bpetetot"><img src="https://avatars3.githubusercontent.com/u/516360?v=4" width="100px;" alt="Benjamin Petetot"/><br /><sub><b>Benjamin Petetot</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=bpetetot" title="Code">💻</a></td>
174+
<td align="center"><a href="https://github.com/fabienjuif"><img src="https://avatars0.githubusercontent.com/u/17828231?v=4" width="100px;" alt="Fabien JUIF"/><br /><sub><b>Fabien JUIF</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=fabienjuif" title="Code">💻</a></td>
175+
<td align="center"><a href="https://github.com/bgauduch"><img src="https://avatars0.githubusercontent.com/u/5585755?v=4" width="100px;" alt="Baptiste Gauduchon"/><br /><sub><b>Baptiste Gauduchon</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=bgauduch" title="Code">💻</a></td>
176+
<td align="center"><a href="https://www.franck-abgrall.me/"><img src="https://avatars3.githubusercontent.com/u/9840435?v=4" width="100px;" alt="Franck Abgrall"/><br /><sub><b>Franck Abgrall</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=kefranabg" title="Code">💻</a></td>
177+
<td align="center"><a href="https://github.com/quentinncl"><img src="https://avatars0.githubusercontent.com/u/12430277?v=4" width="100px;" alt="quentinncl"/><br /><sub><b>quentinncl</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=quentinncl" title="Code">💻</a></td>
178+
<td align="center"><a href="https://github.com/lhauspie"><img src="https://avatars1.githubusercontent.com/u/25682509?v=4" width="100px;" alt="Logan HAUSPIE"/><br /><sub><b>Logan HAUSPIE</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=lhauspie" title="Code">💻</a></td>
179+
</tr>
180+
<tr>
181+
<td align="center"><a href="https://www.geekeries.fun"><img src="https://avatars3.githubusercontent.com/u/7294764?v=4" width="100px;" alt="Guillaume Membré"/><br /><sub><b>Guillaume Membré</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=gmembre-zenika" title="Code">💻</a></td>
182+
<td align="center"><a href="http://yann-bertrand.fr/"><img src="https://avatars0.githubusercontent.com/u/5855339?v=4" width="100px;" alt="Yann Bertrand"/><br /><sub><b>Yann Bertrand</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=yannbertrand" title="Code">💻</a></td>
183+
<td align="center"><a href="https://github.com/snikic"><img src="https://avatars3.githubusercontent.com/u/2975674?v=4" width="100px;" alt="s n"/><br /><sub><b>s n</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=snikic" title="Code">💻</a></td>
184+
<td align="center"><a href="https://mathieutu.dev"><img src="https://avatars3.githubusercontent.com/u/11351322?v=4" width="100px;" alt="Mathieu TUDISCO"/><br /><sub><b>Mathieu TUDISCO</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=mathieutu" title="Code">💻</a></td>
185+
<td align="center"><a href="http://charlyx.dev"><img src="https://avatars2.githubusercontent.com/u/481446?v=4" width="100px;" alt="Charles-Henri GUERIN"/><br /><sub><b>Charles-Henri GUERIN</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=charlyx" title="Code">💻</a></td>
186+
<td align="center"><a href="https://github.com/FBerthelot"><img src="https://avatars1.githubusercontent.com/u/6927852?v=4" width="100px;" alt="Florent Berthelot"/><br /><sub><b>Florent Berthelot</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=FBerthelot" title="Code">💻</a></td>
187+
<td align="center"><a href="http://gillespie59.github.io/"><img src="https://avatars2.githubusercontent.com/u/555768?v=4" width="100px;" alt="Emmanuel DEMEY"/><br /><sub><b>Emmanuel DEMEY</b></sub></a><br /><a href="https://github.com/frinyvonnick/gitmoji-changelog/commits?author=EmmanuelDemey" title="Code">💻</a></td>
188+
</tr>
189+
</table>
190+
191+
<!-- markdownlint-enable -->
192+
<!-- prettier-ignore-end -->
193+
<!-- ALL-CONTRIBUTORS-LIST:END -->
194+
195+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
196+
163197
## 📝 License
164198

165199
Copyright © 2019 [Yvonnick FRIN (https://github.com/frinyvonnick)](https://github.com/frinyvonnick).<br />

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"lint": "eslint packages/**/src"
2020
},
2121
"devDependencies": {
22+
"all-contributors-cli": "^6.9.1",
2223
"eslint": "^5.4.0",
2324
"eslint-config-airbnb-base": "^13.1.0",
2425
"eslint-plugin-import": "^2.14.0",

0 commit comments

Comments
 (0)