forked from zenika-open-source/the-duck-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contributors.js
26 lines (26 loc) · 1.33 KB
/
contributors.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
* Add here your GitHub username and message.
*
* Add it at the end, after the last contributor.
*
* Format:
* { username: 'your-username', message: 'Say something kind or fun' },
*
* The message must be short and respect our code of conduct.
*/
var contributors = [
{ username: 'David-Lazaro-Fernandez', message: 'Ducky DucktoberFest 2020!!' },
{ username: 'bpetetot', message: 'Happy Hacktoberfest 2020!' },
{ username: 'AjayThakur12', message: 'First time Hacktoberfest feeling Awesome' },
{ username: 'SinghCoder', message: 'Hola!! Happy Hacktoverfest!!'},
{ username: 'alanlengkoan', message: 'Happy Hacking 2020 from Indonesia!' },
{ username: 'renanlmiranda', message: 'There is no advantage to living life on the run.' },
{ username: 'ukt1997', message: 'My 1st Contribution to Open Source , Happy Hacktoberfest 2020!' },
{ username: 'MikeLikesCode', message: 'I love my duck so much! Happy Hacktoberfest!'},
{ username: 'Ranjeeta01', message: 'Stay calm and code!' },
{ username: 'kchatr', message: 'Here\'s to my first ever Hacktoberfest contribution :D'},
{ username: 'AnggaR96s', message: 'Enjoy #Hacktoberfest2020!' },
{ username: 'Edward2206', message: 'Happy Hacktoberfest 2020!' },
{ username: 'zesterquinn', message: 'Quaktoberfest 2020!' },
{ username: 'nagahshi', message: 'QUACK! #hacktoberfest' },
]