forked from firstcontributions/first-contributions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContributors.md
9807 lines (9795 loc) · 547 KB
/
Contributors.md
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Contributors
- Sup, I am Lorand Kiss, PHP and Javascript developer (https://github.com/LorandKissDev)
-Hello there my name is Agam (https://github.com/AgamJain05)
- Howdy y'all! I am JJ this is very exciting!
- Hello Everyone. I am Souvik Chowdhury (Siypher) [https://github.com/Siypher]. This is my first contribution.
- 🚀 Hey there! I'm [Sabudh Thapa](https://github.com/tsabudh), a passionate Junior Software Engineer, excited to dive into open-source and make an impact! 🔥
- Hello 👋. I am [Jeff](https://github.com/aspects19). This is my first contribution.
- Hey! This is [Kiara Maldonado](https://github.com/kiaramaldonado). Feels good to contribute!
- Hello there i am Kumar Raunak
-Hello there my name is Chard (https://github.com/ChardPeterz)
-hello the gran man is in the HOUSE! gran (https://github.com/granman3)
-Hello!! I am [Zafar](https://github/zafar205)
-Hello!! I am [aieghbal](https://github.com/aieghbal)
-Hello! [Jake](https://github.com/Jacques8787)
-Hello! [PAVAN](https://github.com/pavankalyandadholu)
- Renata hier!
- Hey, it's me, Salsim Salsifi !
- oi [Wender](https://github.com/was8)
- Oi Wender, aqui é [Gah_S2](https://github.com/GahCunha)
- Olá! (Givanildo) (https://github.com/givasz)
- this is me fish (https://github.com/fseha-hagos) **sat nov 16 2024**
- Sachin **14-Nov-2024**
- Ishan Here!(https://github.com/IshanRai9)
- Hello, this is Venkata Sai. (https://github.com/Ic-venkat)
- Hello world! This is antarctica!nice to meet u!
- [Kok F](https://github.com/professionalvictim) **This is either the start of a journey or the beginning of the end. Or both, idk I'm just here for the ride.**
- Hi [Aftab](https://github.com/AftabShaikh)
- Hi! [Gurtej](https://github.com/gurtejrehal) was here!
- Hello, I'm [Jashan](https://github.com/Jashandeep2020). (**13 Nov 2024**)
- Hello, I am [poojan](https://github.com/poojansakhreliya8050)
- i'm Patrick Edosoma (https://github.com/patrick090)
- GarnetRaven was here!
- Hello World ! [judemin](https://github.com/judemin) was here ! - 14 Nov 2024
- Hi! Sumit here! 14 Nov 2024
- Hii!! Kiran Choudhari Here! 15 Nov 2024 (https://github.com/choudharikiranv15)
- Hi! this is Harsh, it's my first ever contribution
- Hi! This is Victor Tsai! 14 Nov 2024
- Hello, This is Ashu (https://github.com/Ashu-NT) and this is my first contribution
- Hi! I'm Muhammed Jasir M & this is my first contribution!
- Hi! This is Yuvv! 13 Nov 2024
- Hello, I'm [Emrah](https://github.com/ozdemiremrah81). (**17 Nov 2024**)
- Hi! Abraham here! 15 Nov 2024
Hi! this is Vivek, it's my first ever contribution
- Hi! This is [Vishwas]! It's my first contribution for AIML component detection https://github.com/Vishwasshe/GITPROXY-DETECTION **15th Nov 2024**
- HI! Sara here! 15 Nov 2024
- Hi! This is Dattatreya. Learning how to contribute to Open Source.This is my first exercise **15-Nov-2024**
- AJ here **12-Nov-2024**
- Hi! Tixa here wohooo *11/5/2024*
- Hey, I'm Adrian from Mexico and I hope this is the beginning of something amazing! **14-Nov-2024**
- Xinchao ! Toi la Trinh Mai
- Hi! This is Dana! 11 Nov 2024.
- Heyy! This is Kevin doing my first contribution wow.
- Hi! This Abdullah Ansir | Ml enginner [Abdullah Ansir](github.com/abdullah8644)
- Ayayaya, Hola amigüitos ¡como estan! los saludo desde acá, por que allá estan ustedes. [***Starcondor***](https://github.com/starcondor) de <img title="México" alt="México" src="https://cdn.statically.io/gh/hjnilsson/country-flags/master/svg/mx.svg" width="22">, desde el 11 de Noviembre de 2024.
- Hi! This is Vanshika.
- Hi! This is Mitsu. Manifesting to be a better version of myself ^^
- Hi, I'm [Arin Dewangan](github.com/arindewangan)
- Hello! Its ya boy Aaron here. Lets go.
- hi! g.d. here
-hiii!! Its prateek
- Hi! I'm ZhangDreamer and this is my contribution!
- Hi! I'm [Shahmeer Khan](https://github.com/shahmeerkhan-swe)
- Hiii my name is emanuele.
-Hello hello ,I'm [ Desmond Hamndawana ]here from 13 Nov 2024 👋
- Hi I am Mohammed Abdul Rahman
- Hello. I'm Bruke Wondessen (https://github.com/bwondessen)
- Hello. I'm Abdallah
- Hey devs, I'm Akhin Abraham and I know you're going to be great soon. (all projects: https://github.com/theakhinabraham)
- Hi! I'm Yujun W. Have a great day.
- Hello, This is [Kenz](https://github.com/tzzkenz). Hoping to start my open source journey.
- Hi! I'm Hameem Shah. Have a nice day.
- Hello! Jadiel here starting from UF, Jesus is King! 11-14-24
- Hi, Rajat here, Hoping to help some great open source projects from now on!
- Hi, Jordan here. Hoping to contribute to more OpenSource projects
- Wassup
- Hi! I'm [Rayene]. Have a great day.
- Hey! I'm Matthew Jinks
- Hello everyone! I am Divyanshu. Nov 15/2024
- Hello, I'm osama nazar and this is my first open source contribution
- Hi! I'm Leo, getting started as an OS contributor. Find me at https://github.com/LeoBonjo
- Yo 👋, I'm [Haripriyan R](https://github.com/konradjr007)
- [StepTheGlow](https://github.com/StepTheGlow)
- Hi, I'm Robert @ (https://github.com/blitheryjibits)
- Hi, I am Dinesh, after many times of trying finally my first contribution (check projects:- https://github.com/DineshPawar7)
- Hello from Wales! I'm [David Lee](https://github.com/DLee1993)
-Hello it's me Rockeky and warmly welcome to all of you.
Thang Hei is here!
-Hello i am Atul Kumar
-Hello i am Eduardo
- vanakam sharan286 daw
Hello, I am Philipp
Hi genius developers:) I'm Miri starting with my first contribution with a high ambition and a desire for challenge and progress.(https://github.com/mirimsten)
- Hello, I am WBY
- Hello, I am Hameem Hussain Shah
- Hello, I'm Filippo, how's going on?
- Hello, I am Vikesh S.
- How do! I'm Paul from England
- Hi, I am Kannan Shilen!
- Hi, Darian Here! (https://github.com/midwestcoder2020)
- Hello! I'm Felix from Argentina.
- Hey, I am Vishal, excited to get started (Y)
- Hi, I am Enkhbold Ganbold (Inky) https://github.com/enkhbold470
- Hi, I am Aditya, excited to get started!
- Hi, I am Shreyansh Trigunayat, excited to get started!
- Hi, I'm matt
- Hi, I'm Nixx
- Hi, I'm Wilson (https://github.com/Wilsonf8)
- Hi, I'm Gabor
- Hello, I'm [Violin] (https://github.com/v-in-lin)
- Hi, I'm Chimaroke David
- Hello i am Felipe :D
- Big Comet Fan
- Hello i am Dariel Pereira
- Hi, I am Keshav Rathi.Excited for my first contribution in open source.Looking forward to make more valuable contributions.
- Hello Pra
- Hello , I'm Mahmood (https://github.com/MahmoodMI1)
- Hi future developer, I am Khurshed, from Uzbekistan. You, yes future develepor, you are doing great, keep it up, do not give up.
Hi, I'm ZMK.
hallo I am semilogo
Hello, I'm [Hendrix Ejegi](https://github.com/hendrixejegi)
- Hello world, its Rakshan
- Hello, I'am Arshad Yasir
- Hello, [Ankit Dware](https://github.com/Godvein) was here
- hi, ketan sharma
hello open source world,Aarav this side from india .
- Hello, I'm Pannu. Let's keep going together. (https://github.com/PannuYN)
-Hi, Chiranjeev was here!
- Hello World, I'am Mapathé Ndiaye from Senegal
- Hi! I'm Franco Aurellano (https://github.com/frankkss)
- Have a great day, contributors! kruza25
- Hello, Rahul here 🙋🏾♂️ (https://github.com/Shady-45)
- Hey contribting from Dublin
- I am Hermione Granger, and you are?
- Hello everyone, I'm [Alleyway boop](https://github.com/Alleyway-boop)
- Heyyy shasha was here ;)
- Hi! I´m Maximiliano Rodriguez from Argentina --> (https://github.com/RodriguezMaximilianoX)
- Hello!👋 I'm [Jitendra Oza](https://github.com/jeet1293) from India.
- Heyo! wolfj contribution
- Greeting's everyone. PPRMAOD KUMAR here(https://github.com/Kumar88-pr)
- Hello, Daniel was here!)
- Hello , I am vinay from India
- Hi, This is Hteasylearning- A Educational Platform
- Hello, I'm [Brendon](https://github.com/zerosumhippo)
- Hello, I'm [Nazia](https://github.com/NaziaJahanMeem)
- Hello, I'm Ruhith here (https://github.com/ruhith777)
- Hey, I am Alen Thomas (https://github.com/AIstar007)
- Hi, This is Amatul Saboor
- Hello there, This is [Mohammed Rashith KP](https://github.com/mohammedrashithkp)
- Hi, this is Mo
- Hey, this is Saleh
- Hi, I am a Ufc fan
- Hello!👋 I'm **Alexis**, and this is my first contribution to open source 🎂My [Github](https://github.com/ajobart)
- Hello! I'm V KALYAN RAM and this my first contribution to open source.Thank you.....
- Hey Faiz here 👋 (https://github.com/mfaiz6)
- Yoyo, this is the beginning of Shaurya's reign
- Hi, I am [Mehdi Tareghi](github.com/mehditareghi)
- hello, this is arpit from india and i am gonna be great at open source. :)
- Hello folks, Sammed here, and I'm starting to contribute in Open Source. here is my github profile [Github](https://github.com/sammedsc45)
- Hello, Swati was here. :)
- Hello! How's everyone doing? I am [Hao](https://github.com/hli988).
- Hello there from Sanjana Podduturi!
- Hi, I am Shaukat Ali, and here is my [GitHub account](https://github.com/shau8122).
- Hey , Rahim Baig started his Open_source Journey from here
- Hii, This is Surya.
- Hello there! Greetings from Clara
- Hello, I'm Omar! (https://github.com/Mirohhh).
= Hi, Karen here!
- Hello, I'm Shantanu Gupta. This is my first contribution.
- Hi, Rian Ernesto has been here
- Hi, My Name is SHEIKH ABDUL WAHID
- Hey, Nathan was here today now!
- Hi, I'm José Rodrigues
- Hello, I am Shifra Fraiman 🌼
- CYBERNETIC ANGEL was here (https://github.com/cyberneticangel)
- Hello! What a great group of contributors. I'm happy to be among the greats! [GitHub](https://github.com/Tina-Sterite)
- Its me, JoseC
- Hi! [Reilly] (https://github.com/reimidd7)
- Kotsonis Ioannis from Greece!
- Hello there!, I am [Rajat Yadav](https://github.com/RajatYadav01) and this was my first contribution to open source.
- Twisha Patel -- Twix is here. I hope I give back. TADA! -- [Find me here](https://github.com/twix402)
- Mukul was here
-hi, it's vignesh from pondicherry
- Karol here ;) https://github.com/Kar977
- Hello, Arpit Sharma was here.
- Hello, it's Hayden Clevenger here! :-)
- Hello, it's TaeHo Kim here!
- [Pedram Mirshah](https://github.com/itsspedram) **🚀 Code Astronaut 🚀 | First Open Source Contribution | [My Cosmic Portfolio](https://itsspedram.github.io/CV/)**
- MERA PHELA CONTRIBUTION
did it different
- Hi I am [Carlos Alvarez]! find me here [Github] ("https://github.com/Carlosalvarez1997")
- HI, I AM VED PAWAR(Github-https://github.com/vedpawar2254; linkedin-https://www.linkedin.com/in/ved-pawar-00169a268/)
- Hi, Harish Jigajinni here!
- Hiya, LauraPG here https://github.com/laurapg1214
- Hi, it's Michele here
- Hi, Tomislav here!
- Hi, Adarsh here! My first one. Hits Different
- Heyoo!!, Anoop Johny here!!
- Hi, Adrian Lardies here!
- Hey! I'm Andre Maia - (https://github.com/andre-maia51)
- Hi, I'm Jonah
- Hey, it's me Rionit! (https://linktr.ee/Rionit)
- Hi, I'm Devindi (https://github.com/DevindiPeiris)
- hellord from toyger
- Hi, I'm Tharushi
- Hello! This is Nicol👋✨
- Serbus!
- Hi I am saurabh
- Hi, I'm Blake, nice to make your aquitance!
- Hi, Sachin here!
Hello, EricJDarnell is making his first open-sauce contribution!
- rejisterjack this side!
- Hi y'all, it's Gabe!
- Hi GitHub!
- Hi, it's Vishesh here
- Hi, I'm Samar
- Hi, I am Aoao!(https://github.com/aoao1024)
- [Aerobit](https://github.com/Aerobit) **B+**
- [aungnyeinchan](https://github.com/aungNyeinChan)
- Hello I am Adam
- Hello I am Janxyxy😁
Hey its Wesley
- Hello, I am Carlos Henrique
- Hello I am Naman!!(https://github.com/namansinghrana)
- Hello! I am Camilli Fidelis <
- **Asier Nuñez | 💻 Software Developer | [🔗 LinkedIn](https://www.linkedin.com/in/asier-nuñez-garcia/) | [🙀 Github](https://github.com/AsierCode)**
- Moro! I am Tommi
- Hi! it's Gugan here
- Hello! It's Ali
- Hi, Natalie Blumen here!
- Hello, contributing for the first time: Piotr Wierzbicki [wierzpio](https://github.com/wierzpio)
- Hey, I'm Josh. What's up. [GitHub](https://github.com/joshm-cn)
- Oya! This is [Pritha](https://github.com/prithak01). Me'vaar ti gar?
- **Lahcen ELORF| 💻 Full Stack Software Engineer | Was Here.** [🌐 LinkedIn](https://www.linkedin.com/in/lahcenelorf/) | [👨💻 Github](https://github.com/DJ-LIFE)
- Hello, I am Adharsh Rajavel (https://github.com/adharshr15)
- Ray Wienand
- Hey team! I'm Jessica Yeverino! (Jess)
- Hello i am Davi Silva
- hello i am R. Kyle Beaubouef
- Hi, This is Harsh Trivedi.
- Wazzup! Leo Dahl contributed here!
- **Gaurav Kumar Thakur| 💻 Frontend Engineer| Was Here.** [ LinkedIn](https://www.linkedin.com/in/gaurav22719/) | [👨💻 Github](https://github.com/ELORF-Lahcen)
-**Atharva Jaiswal | 💻 Python & 🤖 Data Science Enthusiast | [🔗 LinkedIn](https://www.linkedin.com/in/atharva-jaiswal/)**
- 🚀✨**Hello I am Aung Pyae Son Oo**✨🥳👋
- Murtaja Is Here 😊
- This is Zar.
- [Larry Diego](https://github.com/LarryDiego)
- Hello, __Michael P.__ is *here*.
- Hein is here
- Hello Everyone, I am Bhanu :).
- Hi, Beini was here.
- Hi, Htain Lin is here.
- Hello, I am David
- Hello, I am **Ange Buhendwa**✌️ [GitHub](https://github.com/angebhd)
- Hi, it is Carlos here! [GitHub](https://github.com/cgaritac) [LinkedIn](https://www.linkedin.com/in/carlos-garita-campos-44881a111/) [YouTube](https://www.youtube.com/@cgcode1701)
- 🚀✨**Hello I am Aung Pyae Son Oo**✨🥳👋
- Hi, this is lanl2tz (https://github.com/lanl2tz)
- Hi guys, I'm [Abdul Rehman](https://github.com/rehmansheikh222), this is my first open source contribution.
- Hello, I am Ahmad Naji from Malaysia.
- [All the World's a Stage](https://github.com/Oolazile)
- Hello, I am Abdul Wahab
- Hooi Hoooi Hoooooiiii ....🐑 This is Arun Raj K T from Kozhikode,Kerala,India.I was here for the first contribution...Check me out at {https://github.com/ARUNRAJKT}
- Hi, It's me Anjali from Nepal.
- Hello, Dishant here from India. (https://github.com/sharmadishant04)
- Hello, I am Celine Mang! (https://github.com/celinemang )
- Hello, I am Camilo Velez
- Hi, I'm Phung (https://github.com/gnuhpdiem)
- olivgr was here
- Bola
- Hello I am Tanisha
- [Gutrav Leonard](https://github.com/practicante010)
- Hello, I am Harold Mendoza (https://github.com/Hroldddp)
- Hello, I am John Doe
- hi, gadz was here
- Hi everyone, I am Alan Ponnachan
- Hello, I am Saurabh (https://github.com/m-saurabh01)
- hello everyone I am Sai Ganesh
- Hey everybody I am Chaminade Dondah Adjolou (https://github.com/ChaminadeGithub)
- Hello World !, Samrat this side ß
- Hello, Ronan Dance here!
- Hey there, I am Obed Nuertey [Profile](https://github.com/obedNuertey1)
- Hello, I am Subham Phad
- Hello, this is Aamayzingg!
- hi, these is my first contribution!!!
- Hello, I am ved (https://github.com/antiquark007)
- Hello, I am Yahia El boukili (https://github.com/yahyaeb)
- Hello, I am Jason Liang (https://github.com/Jason020310)
- Hey there, I am Andre! (https://github.com/amerrittjr)
--Hello, Happy to contribute! PBedi
- Hello, I am Ricardo Romo
- Hello ,I am Binisha Pradhananga................
- Hello, I am Aditya Jha
- Hey!✌️I am ctorreiro (https://github.com/ctorreiro)
- hello, I'm samita kc
-hello,I'm Nitesh Tachamo.
- Hi, I'm Venu
- Hi, I'm Frank! (https://github.com/frank-895)
- Hi, Fabio Lima was here!
- Hi 👋, I'm Oussama, you can call me [SAME](https://github.com/same-ou)
-hello, I'm Hardik Gayner from India
- Hello, I'm Ricardo Lemos (https://github.com/RicardoLemos5)
-Hello, I am Kevinnash! [My profile](https://github.com/Nash-creator)
- HI there!, I am Sanidhya! ((https://github.com/Sanidhyafeaturist)
-Yaay! I am Kyoshi Lima (https://github.com/KyoshiLima)
- Hello 🖐️ My name is Stu (https://github.com/smc-lean) and I'm trying to make it as a developer (eventually).
- hello i am Evan (https://github.com/bz-e)
- Hello!!! This is KARAN KUMAR NONIA (https://github.com/kkn2k19)
- Hello OpenSouce World by Abhishek N N (https://github.com/abhi8f)
- Hi there! My name is Ruoyu Li! (https://github.com/RuoyuLi97)
- Hi I'm Oscar
- HI there!, I am Ain Azeem! ((https://github.com/iAinAzeem))
- Hlo there! Roman from Nepal!
- Hey, here is Noura.
- [AgustinCrow](https://github.com/AgustinCrow)
- Hey, I am Risinu. (https://github.com/RisinuWijesinghe)
- hello my name is riya
- Hi Im Julia! my GitHub is https://github.com/j1bb1e and my linked in is https://www.linkedin.com/in/julia-brand-430628293/
- Hello, my name is Bar Dadon :)
- Hello, Im Shanto, this my first contribution (https://github.com/Tanxim/)
- hi, Im kaleb, this is my first contribution :)
- Salam, Abdul HAseeb here
- Hello, my name is Matthew and my GH is (https://github.com/mattwheeler-dev)
- Hi, I'm also Matt
- Giuliobmb first contribution!
- Hello, I am kevin Martinez
- Hello, This is [Md. Sajedul Islam Sajib] and this is my first contribution to a open source. Here is my GH (https://github.com/sajedulislamsajib)
- Hi, I am Natnael Seifu
- Namaste, this is Shri. Thanks for beign a part of my first contribution!
- Hi, I am Keszőcze László
- Greetings, I am Milan Ramautarsing and would love to collaborate with you so reach out (https://github.com/Dragon01000)
- Hello, I am Sanju from Nepal
- [Jyotsna Dontireddy](https://github.com/Jyotsna-D)
- Salam, I'm Syed Umar Shah
- Yellow, I'm Leul Tewolde (https://github.com/leultewolde)
- Hi there, I am Achuth
- Liv velte in the haussss
- Hello, Rahul Goala here! <a href="https://github.com/rgoala/">Let's connect!</a>
- Hey! My name is Kush Patel! Here is a link to my github: (https://github.com/kush1314)
- Hello.. I am Arindam Baidya. Happy to listing my name in the Contributors list.😊
- Ram Ram ji!!! I am Abhinav Pareek 😄 (https://github.com/abhinavpareek655)
- Hello welcome to my world m sushmita. Do you know me??????
- Hi Hrishav here diving into the wrold of OPEN SOURCE stuff for the first time and ready for the roler coster ride!
- Hello My name is Preston Mayieka (https://github.com/preston176)
Hello World! I'm Oroitz Lago Ramos, I'm glad to start this new Open Source adventure!
Jesus-Bernal
- Ratnesh
- Hello My name is Abdulquddus Ibrahim (https://github.com/xclusive09)
- Hey 👋 I'm [HorebZ](https://github.com/HorebZ)
- Hi I'm hibernathan1212!
- Hello, I am RenBin.
- Hello i am Dorin.
- Hello! My name is Devyn Johnson. Let's collaborate! <a href="https://github.com/DevynJohnson"target="_blank">Github</a> | <a href="https://www.linkedin.com/in/devyn-johnson-a5259213b"target="_blank">LinkedIn</a>
- Yo Guys DJB was here
- Greetings Earthlings! They call me LeighaD.
- Hey, there I'm [Trideep](https://github.com/trideep126). First Contribution ever, many more to come :)
- Hello I'm Swam. <a href="https://swam13.vercel.app">Lets Connect and Explore together</a>
- Hi, I'm Faizan Hussain. <a href="https://github.com/faiizanhussain/">Let's connect</a>
- This is the beta testing.
- Hello I'm Suzzie{wanjicode}
- Hi, sebastian z here
- Hi IM HUY!!!
- HI, My name is Ron.
- Hi , I'm SREYAS.
- Hi I'm Fredylan (https://github.com/Code1Crusader)
- Hey im mohammed sulthan from 2024 ,this is my first contribution and a message to my future self .[myGitHub](https://github.com/sulthan1866)
- Hello i am Jzz.
- Maryb was here
- Hi I am Keisuke Miura.
- Hi, I am Umar Al Mukhtar here🤗! [GitHub](https://github.com/UmarAlMukhtar) [LinkedIn](https://www.linkedin.com/in/umaralmukhtaribrahimkutty/)
- Hi I am Anshuman Singh
- Hi I am Alex Maxwell.
- Hi I am Umer.
- Hi I am Gavin.
- Random contributions
- HI I am Andrew!
- Hi I am Camilla.
-Patrick wuz here
- Hi I am Alonso
-hi ,i am learner
-Hi , i am Gabriel Cerdio (https://github.com/yomero243)
- Hello, I'm [Renato Oliveira](https://github.com/rdoois)
- Hello, I am Deyan 🇧🇬
- Hi I am Aashin , my first ever contribution
- Hi, This is Prachurja Saha (https://github.com/Prachurja-Saha)
- Hi I am Akshat Tripathi
- Hi, I'm [Ruan Carlos](https://github.com/Ruan-CRC)
- Hi,I'm Cesar Constanzo Delizoicov (https://github.com/Neo34)
- Hi i am fazil !!(https://github.com/MuhammedFazilPc)
- Hello, I'm Chinwe Ibeziako. This is my first open-source contribution.
- Hi I am John Leshan!!! (https://github.com/johnleshan)
- Hi I am [Vikas](https://github.com/vicky2399)
- Hello everyone! I am Manish (https://github.com/TwilightDawn7/) and this is my first contribution to the Open Source. Really excited for this journey! God bless you All!
Hello there , I am avisek . this is my another contribution in open source.
- farid here(faridG7)
- Hi, I'm HqmmSam
- Hi, I'm [ngsw877](https://github.com/ngsw877)
- Hi, I'm Brian Casio (https://github.com/briancasio)
- Hi, I'm Kate Gandara (https://github.com/KateGandara)
- [Abhinav_Chaudhary] (https://github.com/abhi0842) This is my first time contributing to open source.
- Hi, I'm [Aryan Sirohi](https://github.com/Aryansirohi)
- Hi everyone! I am Onur (https://github.com/onurerdinc) this is my first contribution to the Open Source.
- Hi, I'm Hubert!
- Hi, I am [Swetha Ganapathi Raman](https://github.com/swethag04)
- Hi iam Chiru !!
- Hi, I'm [Dhruv Jain](https://github.com/Dhruv-Jain36)
- Hi I'm Logan Tolbert (https://github.com/logan-tolbert)
- Hi, Vansh here. Not my first open-source contribution but getting back into it
- Hi I'm Lukas :D
- Hi I am B, this is my first open source contribution
- Hello 👋🏻, I'm [Eshwar Kyatham](https://github.com/eshwarkyatham16). This is my first open source contribution.
- Hello, I am Suraj.
- Hello, I'm Troy! (https://github.com/guideoftheblue)
- Hi I'm Sauravi Sar (https://github.com/SarthVader2004)
- Hi iam james ngandu ! (https://github.com/jmngandu)
- Hallo, It's Aziz :)
- Hi i am Watiri
- Hi I'm Rajkumar BM! (https://github.com/RajkumarBM-1963/)
- Hi i am Algo
- Hello I am Tony
- hey hi ,i am siva
Hello I am Omar Torrijos Perez from UPSRJ
- I've had this tab open in my browser for way to long (: -- @brencoat
- heyy you! This is [Jey](https://github.com/jey-exp).
- Halloechen im phil :P
- Hi i am నిRमல் (https://github.com/NirmalPuttamon)
- Hi i am Itachi Uchiha
- Hi, this is Arun!
- Hi I am Shahnwaz Khan!!! (https://github.com/khanshahnwaz/)
- Hi I am Audrie!!! (https://github.com/audrie-nielsen)
- Hi I am TTL (https://github.com/theintLwin)
- Hi, Nikhilesh here!!!
- Buenas! Hi, my name is Hector! I hope yall have a great time coding!!!
- Heya glad to be here!
- Hi! My name is Luis From Chile 🇨🇱!! (https://github.com/luch1u)
- नमस्ते This is [Devesh] (https://github.com/devesh192)
Hello! I am mn121mn121. First time trying.. ^_^
-Hi! Am [LewisMoruri](https://github.com/Lewismoruri)..well am glad this is the first contribution I've made.
- Hey I am Caiden.
- Hello i am Ashed.
- Moin, was geht. [selber_Panda] (https://github.com/selberPanda)
- Hi!! I am Anup Shrestha.
- Hi! Greetings from Joel
- Hi this is rishitha kandimalla
- Farhan Khan
- Hi I am 주영준!!! (https://github.com/jooladen)
- Hi! I am Snehit !!!
- Hi I am Alex!!!
- Servus, I am Nico (https://github.com/Nico51528/)
- Hello I'm Stan ;)
- I am moon-deng-pen
- Hello, Jonathan Ruiz contribution! (https://github.com/Jonathan1793)
- Hi! [Francisco Proboste](https://www.linkedin.com/in/francisco-proboste/) from Chile 🇨🇱 🏞️
- Hola! My name is Davidenkoo and I am excited to contribute to this repo! My lucky nr is 88
- ¡Hola, soy Juanlu, y estoy emocionado de hacer mi primera contribución!
- வணக்கம்! இது உங்கள் நாகநாதன் [Naganathan] (https://github.com/NaganathanM/)
- Hi folks! I'm glad to be part of this huge contributing community. [[[ Cheers from EGYPT ]]]
[Renan Ferreira](https://github.com/renanf23) Jesus é o único caminho.
- Yo, I'm [Bird Person](https://github.com/ApplePieCodes) aka [ApplePieOnRye](https://discordapp.com/users/936383883493122098). I make random stuff and am willing to help others with projects.
- Hello, [Vict75](https://github.com/vict75) here from the Netherlands
- Hello, [Vict75](https://github.com/vict75) new-attempt from cli
- Hi I'm [lxnull](https://lxnull.com), I enjoy collaborating on fun projects
- new endtry below vict75
- Hi reader, hope you are doing well!! This is [Diwanshu](https://github.com/Diwanshu06) from 11th November, 2024
- Hello! This is [Adarsh Tripathi] (https://github.com/iaadarsh23) here. This is my first open source contribution
[Himanshu Chauhan](https://github.com/HimanshuChauhan7878)
-Hello , Iam [Annet Namazzi](https://github.com/Amzzet) here, Glad to contribute to opensource
-hello,hhh-zhq
- Hello , I'm [Shashi Kumar Kasturi](https://github.com/kshashikumar). Very happy to be a part of this contribution initiative.
- Hi, [Nitesh Jadhav](https://github.com/NitZZ057) here. Please feel free to connect.
- Aomine here.
Hi, I'm aashik here
Hello, I'm [Manuel Graziani](https://github.com/ManuelGraziani) and this is my first contribution.
Hello ,I'm Abraham (https://github.com/Abraham-Dagnew)
Hi im Sebastian Heredia(kid ash)
I am Adnaan (https://github.com/Valley-15)
- Hallo! I am HawkerX and this is my first contribution!!!!
- Hi, I'm Nirkhut and this is my first contribution!
- Hi guys 👋 this is my first contribution 🎉
- Salama eh 👋! I am [Lovanirina R](https://github.com/Ryuka25). Just here to put Madagascar (🇲🇬) on the list.
- Hi, I'm Nick and this is my first contribution.
- https://github.com/Sandigupta
- hey everyone! Greetings from Cyprus, I am [bluemindset](https://github.com/bluemindset).
- hey everyone! I am prashansa and this is my first contribution(https://github.com/prashu0705/)
- Hi! I'm [Lucas](https://github.com/lucasmartins-92/) from Brazil.
- Hi everyone Im Pavel Mansilla [pav-dev98](https://github.com/pav-dev98) this is my first contribution, greetings from Peru.
- Hi everyone! Gabor Ivanyi is here. https://github.com/gaborivanyi/
Hi everyone I'm Kithmini Mayodya
- Hello! I'm [Lika](https://github.com/leilatdantas) <3
- Hi, gamarjoba, I'm [Nia](https://github.com/ntatrishvili)
- Hello world! I'm Raşit Yılmaz [rasityilmazdev](https://github.com/rasityilmazdev) and this is my first open source contribution.
- woow! first contribution made. I am [Kwesi](https://github.com/Kwesi-dev).
- Hi , I am [Manish Walia](https://github.com/manishwalia15). This is my first contribution.
- Hi, I am Shreya https://github.com/shreya-koder, just made my first contribution
- Hey everyone! I am Divyansh (https://github.com/div-dev123)
- Hi, love from VietNam, I'm [Loc](https://github.com/Chisj1), happy to be here
- Namaste GitHub. I am [Shubhamsharmaer](https://github.com/shubhamsharmaer), just made my first Open Source Contribution.
-I'm[Sylvan](https://github.com/Shaka42)
- I'm [Biruk](https://github.com/Biruk42)
-I'm [YasloMohamedAmine](https://github.com/yasloxamine) ,this is my first contribution to an open source repo,greetings from Morocco.
- Hi, I'm [Arun](https://github.com/webwithyaroo) and it's my first open source contribution.
-Hi, I'm [Issa](https://github.com/nick-dev123) and this is my contribution.
- Hi I'm [Michelle](https://github.com/michelledeeney85) and this is my first open source contribution.
- Making my first contribution to a project [pkimSec](https://github.com/pkimsec).
- [Vishal Sharma](https://github.com/vishal4dev) **It's a good day to get into Open Source Contributions**
- Hi, I'm [KushalSuvan](https://github.com/KushalSuvan)
- Hi, I'm [busa2022](https://github.com/busa2022)
-Testing out CLI, aprv
Hello myshine29 here
- Hello, I'm @JakeSteam, what a chaotic file this is.
- HIIII , I am Neeraj and this is my first contribution thank you.
- Hello Sameer here Yo
- Hi, I am Harsha Siddalingachar from India. Happy to contribute to this repo.
- Hi tech nerds, I'm Adeesha. You can find me on https://www.linkedin.com/in/ahttps://www.linkedin.com/in/arunodagunawardana/
- Hey New Contributors, Myself [Govardhan](https://github.com/GovardhanGova7277). I want to be the best open source contributor in the world.
Hello guys![Bharath], Excited in this jourmey!
-Hi every one,my github link [Ganesh](https://github.com/AA1-34-Ganesh).
- Hello, I'm Charan
- Hi, I'm [Yubel426](https://github.com/Yubel426)
- hola, soy sanyiago
Hi, i am dev
- Hello, I'm Sergio
- atlas <3
- Hii, I'm Anshul Malik
- Hello my name is Daniel
- Hi, I'm Masahiro and it's my first contribution to opensource!
- Hi, I'm Debabrata and this is my first open source contribution.
- Hey, I'm Jose, Have Fun learning (https://github.com/Enguner).
- Hi, I'm [Victor](https://github.com/pvictordev) and I know that I just forked repo, cloned it, made a commit and open a PR to push this to main, but it does not change the fact that it is my first push to open source.
- Hello Everyone, I am Kavindi and this is my first contribution to open source. And I will be making more contributions to open source.
- Hi yo, I'm Vam
- Hi I'm Anuj (https://github.com/anujtiwari1406)
- hi, myself ayushi mittal
- Hey Everyone! My name is [Zargul](https://github.com/zar373) and that's my Second Contribution :)
- Hey what's up? My name's [Gabriel Venturini](https://github.com/Gabriel-Venturini) and that's my first contribution!
- Konichiwa! Giftlin here. Glad I am doing my first contribution here[Giftlin](https://github.com/Giftlin27)
- It's meee!!!! [Dheeraj](https://github.com/Dheeraj-147)
- Hello there!I'm Crab, and this right here, is history
-Hi everyone Duncan here
- Hello I'm Adarsh
- Hi I am [Raay](https://github.com/raay95) and I am trying to learn this git thing and I hope I will be able to keep up with this and help open-source!!
- yo
-Hi, Im [Aditi Manthri](https://github.com/aditi-manthri)
- Hi, Im [Blondestan](https://github.com/Blondestan)
- Hi, Im [MangPi](https://github.com/Mangpi4code)
- hi, I'm Jacob Davis
- Hello!👋 I am [Tore m. Hirth](https://github.com/Torehirth), and this is my first contribution to open source🚀
- hi guys, I'm Akash it's my first contribution
- hi, I'm krishna
- hi, I' m Paul
- Hi, I'm Andre-dev! I am know and would love a follow (https://github.com/AndreMiranda-dev). Thank you!
- Hi, I'm [Satyam](https://github.com/satyam0827/) and it's my first contribution to opensource
- Hi, I'm [Srikar](https://github.com/Mystery-Coder), this is my beginning to opensoure
- Hi, I'm [Daniel Githumbi](https://github.com/danielgithumbi21), my first contribution to open source.
- Hi, I'm [Cate](https://github.com/cateallen)
- Hola! Soy [pabloreina97](https://github.com/pabloreina97), de España.
- Hi, I'm [Monu](https://github.com/fsagrahari23)a and it's my firstcontribution
- Hey! I'm Ritesh Kumar
- Adding GRPDev
- Hola!👋 Soy [MrMoyii](https://github.com/MrMoyii), de Argentina y este es mi primer open source contribution.✨
- Hey! I'm Nilanshu Ranjan (https://github.com/NilanshuRanjan)
- Oi! Eu sou o [focarica](https://github.com/focarica), diretamente do Brasil 🇧🇷.
- Hey! I'm [Aditya](https://github.com/AdityaSinha2305) and it's my first open source contribution.
- Hello there, I'm Jack and this is my first open source contribution!
- Hello, this is a very useful contribution
- Hello, this is [bbyoda](https://github.com/tridungng).
- Hey! I'm [Mashrafie] (https://github.com/m3tal10) and it's my first contribution.
- Hi, I'm [João](https://github.com/joaodll).
- Hola! Mi nombre es Windel [WindelCruz](https://github.com/WindelCruzR). Excited for my first contribution.
- Hey! Myself [Touseef Ahmed](https://github.com/touseef0707). Excited for my first contribution.
- Hi all, I'm Nirmaan [Nirmaan Goyal](https://github.com/nirmaangoyal). CS major at Cal state Dominguez Hills.
- Hello, I'm Anuraj Shrestha and it's my first open source contribution. (https://github.com/raj1552)
- [Prasad Patil](https://github.com/purrsad) **open-source has a new Don in town**
- Hello, my name is [OndrejDudacek](https://github.com/OndrejDudacek). Team Czech Republic
Oi eu sou o Lucas Rocha
- Hello I'm Sunny!
Yo Guys I'm Yibran, [Yibran-A-Calidonio](https://github.com/Yibran-A-Calidonio).
- Hello I'm Hamid!
- Hello World! I'm Rozzy (https://github.com/ro61zzy/), Bonjour, je suis ravie de faire ma première contribution à ce projet ! 🇰🇪 🇰🇪 🇰🇪
- Hello, I'm [Pavel Olysar](https://github.com/PavelOlysar). Happy to make my first contribution.
- Hi I am Mike!!! (https://github.com/audrie-nielsen)
- Hi I am Guilherme!!! (https://github.com/eugmarques). **FROM BRAZIL, MADE IN BRAZIL!**
- Never Forget, Confusion is part of Programming - Vishal Wagh
- Hello, I'm [Nishil](https://github.com/nishoof), a CS major at the University of San Francisco!
- Hello, my name is Jhol!!!
- Hello, my name is Mike and this is my first open source contribution.
- Hi! I'm [Ricardo Nunes](https://github.com/ricardo-jnunes) from Brazil.
- Hi this is [Haya]
- I'm [Furkan Kapukaya](https://github.com/furkankapukayaa). **Hi from TÜRKİYE**
- Hello, I'm [Cyber DK](https://github.com/dk1285) and it's my first open source contribution.
- noxrunr
- Loading..., Hey! it's me Arun: [GitHub](https://github.com/herearunsharma)& [Linkedin](https://www.linkedin.com/in/herearunsharma/) I am very excited to carry on my journey on open source contribution. You wanna come along and see my journey, have a look to my social handles mentioned🎊⭐.
- Hi, it's [Yaman](https://github.com/yyamandevrim) from Turkey
- Hi, it's [Haseeb](https://github.com/HaseebIjaz) from Pakistan
- Hey, I'm Zaid and it's my first open source contribution.
- Hello, I am Mushtaq and this is my first contribution (https://github.com/IOutis)
- hi, I'm jojo and I'm so lost
- Hey, Its Jenil [Jenil1217](https://github.com/Jenil1217), making my first open source contribution.
- Hey, This is [Dibyadyuti (a.k.a. unknownguy49)](https://www.linkedin.com/in/dibyadyuti-dutta/), a tech enthusiast. You can connect with me.
- Hey, I'm [Shaz](https://github.com/MdShaz9771) and it's my first open source contribution.
- [Sahin was here](https://github.com/sahinyes)
- Hello World from [Aditya More](https://Dev-Aditya-More)
- Hello from meet.(https://github.com/meetdomadiya/)
- Hello, I'm [Mathangi](https://github.com/math121). I'm getting into open source contributions and this is my first step into it!
- Hello World! My name is Vini (https://github.com/nogsposito)
- Hello world this is Avike
- Hello World, I'm Juan de la Rosa
- Hell
-Hello world this is MIhir Katakdhond
- Hi! This is AV13, marking my first step into open-source-projects.
- It's Caroline!
- Hello from Fritz!
- Hello it is Shamus.
- Namaskara from Karnataka. I'm Hemachandra MS. Dhanyavada.
- Hello! This is [Niharika](https://github.com/niharikah005)
- Hey It's Namu
- Hello guys. With this commit I, [phos-web](https://github.com/phos-web), hereby embark on my journey into the world of opensource contributions.
- Hola, Fernando estuvo aquí:)
- Hello Im Jen Bati from Nepal.
- yo! im [raaaandom](https://raaaandom.github.io) 😊
- Hi im niv,excited to be here.
- Hello, zulfyy was here.
- Hello! Zachary was here! 11/06/2024
- Hello, I'm [pcanadas](https://pcanadas.github.io/)
- It's Nitin !!! learning open source and trying to be the part of community.
- Hi! My name is Al2! Happy to try this!
- Hi there, I'm Nico :)
- Hello World, This is Elias. [elias](https://github.com/dv011)
- Hi I am Akrati Bhadauria(https://github.com/Akrati00)
- Hello, I am Cui Chenhao. It's nice to meet you all here and wish you all the best.
- Hello from Ravindu! Happy to be here.
- Hello. I'm Akhil.
- helooo,shreee here.
- Hello Guys, my name is Fâkea Vangchhia, I truly apreciate for this tutorial. THANK YOU SO MUCH.
- Hi, I am Alavya Pandey[https://github.com/alavyap].
- Hello i love panpy so much , thankyou
-Hi... Anusha here
- Hi, I'm [ParkNaJin](https://github.com/cosmoss919) from Korea. It's my my first open source contribution.
- Hi, I'm [Vedant](https://github.com/vedant-dwivedi/) and it's my first open source contribution.
- Hi, Im [Young](https://youkoutaku.github.io/) from China. I'm a learning master’s student at Japan and it's my first open source contribution.
- Hi there, I am Arnav from India. Excited to start my open source contribution journey!!
- Hi, I'm [Masahiro Miwa (masa0902dev)](https://github.com/masa0902dev). <span style='font-weight: bold; font-style: italic;'>\~~<span style='color: pink;'>Hello World</span>\~~</span>
- # Hi, I am [Vatsal Saxena](https://vatsalsaxena22.github.io/myPortfolio/) ✨ [![Static Badge](https://img.shields.io/badge/Vatsal%20Saxena-white?style=flat&logo=github&logoColor=white&labelColor=black)](https://github.com/vatsalsaxena22) ✨ [![Static Badge](https://img.shields.io/badge/Vatsal%20Saxena-white?style=flat&logo=linkedin&logoColor=blue&labelColor=white&color=blue)](https://linkedin.com/in/vatsalsaxena), this is my first open-source contribution.
- Hello I am [Abraham](https://github.com/VSAbraham)
- Hello World! Dedeepya here, excited to contribute to open source! [dd1235](https://github.com/dd1245) Do connect with me!
Hi am [Jambong Ralpher](https://github.com/Jambong-Ralpher).Love to connect with y'all
- Hey there! I'm [Anuj Kumar](https://github.com/anuj846k). Let's connect, collaborate, and grow together in the vast ocean of ***Open Source*** 🌊.
- Hey, I'm [Sara](https://github.com/sara-mat100) and it's my first open source contribution.
- Hey, I'm [Kalash](https://github.com/kalashb) and it's my first open source contribution.
- Hey, I'm [Ajay Achugatla](https://github.com/AjayAchugatla) and it's my first open source contribution.
- Hey, I'm [Jose Alvarado](https://github.com/jrag-dev) and it's my fisrt open source contribution.
- Hi, I'm [Chidinma](https://github.com/Assistantkiwi) and it's my first open source contribution.
- Hola soy Edwin de Mexico aprendiendo git Saludos!!
- This is Osmond!! This is so cool!
- Loading..., Hey! it's me Yash: [GitHub](https://github.com/YASH2204V)& [Linkedin](https://www.linkedin.com/in/yash-varma-/) I am very excited to carry on my journey on open source contribution. You wanna come along and see my journey, have a look to my social handles mentioned🎊⭐.
- Shernoble (yes like Chernobyl) made their first contribution! check out my projects!!-> [GitHub](https://github.com/shernoble)
- Hello, I'm [Atin](https://github.com/atinbera), it's my first open source contribution and let's learn, connect & help together towards a smart developer🔥🚀.
- Hi there, I'm [Varsha](https://github.com/varshapandiann) :)
- Yo! I am Tim, aka Tom, aka Timmy, aka Timtom, aka Timmylamm! 🐑
- Hello! I'm Chris!
- Hello! I'm Mahita!
- Hello from Bence!
- Hi, I'm [Muhammad Mohad](https://github.com/Muhammad-Mohad) and here is my first open source contribution
- Hello, I'm [Prabal Singh](https://github.com/prblsing). Excited to be part of this community and contribute to open-source projects! 🚀💡 Always eager to learn and build together!
- **Brace yourselves!** Mohamed Nour is here to code, conquer, and contribute! 💻✨ [Check me out on GitHub](https://github.com/MohamedNourDerbeli) before I accidentally break the internet... again. 😅 First open-source PR, but definitely not the last!
- **Powered by Imagination** 안녕하세요 에밋입니다 I'm Emmett Pennington,Programming Front-end | Web Applications | AI. Come and visit [Emmett Pennington GitHub](https://github.com/egpennington?tab=repositories) and discover...🏎️*creating at the speed of thought*
- Hey! I'm Sunil, starting this shit now
- Hello! I'm Jisol!
- Hello! Sumukh beaming in!
- Hey, this is Moon!
- Hi i am Luna Hacks
- Hi, I'm Poly-Etilen from Korean
- Hi, I'm [TRUNG NGO](https://github.com/xtcivic)
- Hey I am Abhinav and this is my introduction to the world of open-source!
- This is Pankaj Kumar Pandit, starting my contribution journey.
- This is Kratharth and here is my first open source contribution.
- [Niklas](https://github.com/niklasfriberg) checking in for duty.
- Hello, this is Anamitra, excited to begin my open source journey!
- Hy, I'm Bhatesh Khairnar, check me out on (https://github.com/BhateshKhairnar)
-Hey , Im Neeraj Yadav Gosu , Check me out on (https://github.com/NeerajYadavGosu)
-+- Hi, I'm Shoshana Morgenstern, and I enjoy solving complex problems with simple solutions. [Check me out on GitHub](https://github.com/shoshanamo)
Hi, it's me Saad (linkedin: https://www.linkedin.com/in/saad-ashraf-380715222/) (github: https://www.github.com/saad1551) and this is my first open source contribution. Many more to go.
-Hey, I'm Jitesh Pathak. Check me out on [Github](https://github.com/jiteshpathak)
LWIN PHYO HAS BEEN HERE , PRETTY GIRLS !! [Github](https://github.com/KRYPTONITErex)
- Hello everyone! I'm [Khalid ZEGANI](https://github.com/kzegani), **thrilled to embark on my open-source journey and connect with this vibrant community! 🚀**
-Hi, I am Thang. This is my first contibution to an open source project.
- Hey, I'm [Akshay Satya](https://github.com/akki-2004) and it's my first open source contribution.
-Hello World the **GREAT** Leo has arrived: [Github](https://github.com/Leorev01)
-[Vishal Bist](https://github.com/Vishal-Bisht) **Getting started with the open source contributions (2024)🥂🔥**
-Hey I am Harshvardhan Jha . I am new programmer learning to code .
- When I contributed this was line 69 haha - Abram Hansen 10/9/2024
- Hey, Harshad This side [Github](https://github.com/MaratheHarshad)
- Hey, Suhel this side [Github](https://github.com/Suhelkhan12)
-FuelTheburn
- Hey, Luther was here [Github](https://github.com/LutherPaul32850)
- Hi👋! [Dario Marin](https://github.com/DarioAMarinRoth) here!
- Hi [vardaan]
-Lavish Agarwal❤️
-ghost8220 😀
-Hello, this Kassem's first open source contribution, and hopefully not last!
Hiiii everyone.... my name is Precious and this is my first open source contribution. I am so excited and proud to be doing this.
-SummerInDecember was here
- Hi, I'm Math and this is my first contribution!
-Hello I am Omar. I am making this contribution as practice.
-Hi I'm Nour , this is my first contribution , I've done some mistakes , tried to fix it , learnt from it , I guess I fixed it...so excited to hop on this journey.
-Hi everyone, Im contibutig to opensorce for the first time.
-Hi their, i am Harpreet from Bharat 🙏
-[Vijayan K S](https://github.com/ksvijayan06) **If you are reading this, Remember, I'll always Love You🫵. This contribution made for the Octoberfest 2024 event. If you want to join with for the Open Source Contribution follow me on github😘**
- Hello World! I`m [Isaac Huang](https://github.com/isaac-tw) and this is my **first time contributing to another GitHub repository!**
- Hey, I'm [Rakshit Upadhyay](https://github.com/rakshit-upadhyay214) and it's my first open source contribution.
- Hello World! I am [Tommaso Frau](https://github.com/tommasofrau). This is my first contribution and I'm really excited to be part of the community!
- Hello All! I am [Jeet Das](https://github.com/JeetDas5). Nice to meet you all.
- Hello, this is Shelly, My first try on Git
- Hey! It’s [Tanmay](https://github.com/AchillesTD). I'm contributing to open source as practice! You can keep track of my journey through my socials on my GitHub profile! 🎉✨
- Hello, I'm Otto
- Hy, I'm Bibungthi Borgayary, check me out on (https://github.com/bibungthiborgayary)😊😊😅
-Hello,I'm Himabindu
- Hello, I'm [Samuel](https://github.com/sammy6378), happy to contribute.
- Hello, I'm [Sarthak](https://github.com/sarthak-12), this is my first open source contribution.
- Hi! I'm Kyle (https://github.com/KyleGal) and this is my first open source contribution.
- Greetings, I'm ShadowNotDefined
- Hey! I'm Gyaltsen(https://github.com/gyaltsen002). My first ever contribution.
- Hey! I'm Anandu and this is my first open-source contribution.
- Hi! I'm [Sreeram](https://github.com/srrm99).
- Hey There, I'm RussL [Russell Dsouza](https://github.com/Russell-Dsouzaa), and it's my first git contribution.
- Hey, github! I'm [Rishav](https://github.com/rishavd3v).
- Hey There, I'm Jaime [Jaime Nunes](https://github.com/jaimenunes), and it's my first git contribution.
- Hey I m Eason!
- Hey! I'm [Preetam](https://github.com/Preetam3620)
- Hey, I am Razal Kabeer [RazalBinKabeer](https://github.com/RazalBinKabeer). I am really glad to contribute to this repository 🌟🌟🌟.
- Hi! I'm kliftun!
- [Victor Ezaki]{https://github.com/VictorEzaki} **Hello, World! My first contribution on Open Source projects**
- Hello everyone, I am [Mohammed Anaf](https://github.com/mohammedanaf) and excited to contribute to open-source projects.
- Hello fellow **Programmers!** I'm [Henry](https://github.com/hevprog) and this is my **First time making a PR**
- Hi, [Pravallika Nunna](https://github.com/pravallika-nunna), excited to get into open source.
- Hi I'm Michelle Sheu uwu
- Hi, I'm Jake (⑅˘꒳˘)
- [Inzamam Ulhaq](https://github.com/Inzamamulhaq01) [https://www.linkedin.com/in/inzamam-ulhaq1/] **My first step on OS projects**
-Hi guys I'm Chieler from Taiwa and this is my first time trying open source
- Hello, world! I am Anubhav from India, and this is my first ever open source contribution!
- Hi i'm Malik from France and it's my first open source contribution !
-Hey, I'm [Aman](https://github.com/SSShogunn). This is my first ever contribution.
-Hello Fellow **Coders!!** My name is **Frederico(FredH2O)** and I am training to be a frontend developer. Currently studying React! I have some project I did which you can check out at (https://github.com/FredH2O). I dont have friends to collaborate with :( and I am new to this so.. we can help each other by building something beginner friendly.
- Hello World! I`m [Hamzathul Favas E](https://github.com/hamzathul) and **Welcome to the dawn of a new coding era – let's innovate, collaborate, and build the future together!**
- Hi Friends, This is [Sivaprasad. G](https://github.com/sp-futuredev), Happy learning & Happy coding !
- [All the World's a Stage](https://github.com/Oolazile)
- Hii, It's [Ayush](https://github.com/ayushk-1801) and **it's my first contribution to open source!!**
- Hi from no-ppp
Thisarani Gunathilaka
Hello, my name is **Autumn**! I'm a linguist from Minnesota. I'm currently studying tehnical writing. Check out my profile here [https://github.com/autumnlem]
- Hi I'm Pratyusha
- Namaste, I'm Lochan
Hi I'm Maxi
- Hi I'm Adam
- Heyy I'm Sathwik :)
- Kirmada
- Hey there, I'm Cyriac
- Helooo I'm Artin!!!
- Hi, I'm [Mezbaul Anam](https://github.com/mezbaulanam) from Bangladesh
- Hi, it's [Ahmed](https://github.com/ahmedullah12) from Bangladesh. This is my first ever contribution.
- Hi I'm Gauri
- Hello myself Sanket
- Hi, I'm [Jace](https://github.com/jarock123)! This is my first contribution.
- Hi I'm [Adithya](https://github.com/ADITHYA-NS). This is my first ever contribution. :)
- Hi I'm [Abrham](https://githb.com/abm-19) and this is my first contribution.
- Hi I'm a Harsssssh singh.(https://github.com/harsh48389)
- hey folks! I'm Veneela taking my first steps to contribute in open source.
- Hi I am Batman.
- Hi I am Spiderman.
- Hi I am Pablo https://www.youtube.com/watch?v=mCRe0DZqQPU&ab_channel=Artemis / https://github.com/stevopablo
- Hi, I'm [Fred] and this is my **first-contribution** !!
- Heyyy, I'm Palina. Nice to meet you all!
- Holaaa, my name is Satyam, not here for my first contribution. just a compulsion.
- Hi eveyone I am Rahul this is my first ever open soure contribution and definitely not my last. Here's my GitHub [Rahul](https://github.com/RahulHarihar)
- Hey I'm Palozz
- Hi I'm Justin
- Hi, I'm Alberte
- Luiz Augusto
- Hi I'm Michael
- Hi, Vanakkam ! I'm [Manivannan Nagarajan](https://github.com/snmanivannan) !!
- Hi guys,I'm Ajay,eager to learn about Git and contribute to Open Source
- Hi Friends, This is [Rajat Singh](https://github.com/Rajat3254/), Happy learning & Happy coding !
hello world! I'm [sanika bhalerao](https://github.com/SanikaBhalerao1345) and this is my first contribution.
- Hii, It's [Vikrant](https://github.com/vikrant987123) and **it's my first contribution to open source!!**
- Hey y'all! I'm [David Shin](https://github.com/shindavid951) and this is my **first open-source contribution on GitHub!**
- Hello! I'm Chuck from Italy and this is my first contribution. **Just started this amazing journey**
- Hello! I'm Sheriff Olalekan Mudasir from Nigeria and this is my first contribution. **Just started this amazing journey**
- Hello! I'm Gaurav from Nepal and this is my first contribution. **feels good**
- Hello my name it"s Pedro, and this is my **first time contributing to another GitHub repository!**(https://github.com/Pedroka2000)
- Hello from Virginia USA. My name is Nick.
- Hi there, I'm [Yeabsira](https://github.com/itsyaba) :)
Hej! I'm Gustav from Stockholm, Sweden.
Hello Contributors I'm Vishwa Hansnur ([vishwa13-ceo](https://github.com/vishwa13-ceo)) - A budding backend developer from India, interested in open-source contributions and web development.
Hello World! I`m [Raghav Singla](https://github.com/RaghavOG) and this is my **first time contributing to another GitHub repository!**
- Hello World! I`m [Harshit Singla](https://github.com/KoganTheDev) and this is my **first time contributing to another GitHub repository!**
- Hello World! I`m [Yuval Kogan](https://github.com/KoganTheDev) and this is my **first time contributing to another GitHub repository!**
- Hello World! I`m [Eri](https://github.com/erijawa) and this is my **first time contributing to another GitHub repository!**
- Hello World! I`m [Basit](https://github.com/b9sit) and this is my **first time contributing to another GitHub repository!**
- Hello World! I`m [Brijesh](https://github.com/AdesharaBrijesh) and this is my **first time contributing to another OpenSource GitHub repository!**
- Hello World! I'm [Aditya Kalburgi](https://github.com/adityakalburgi) and this is my **first time contributing to another GitHub repository!**
- Hello World! I`m [Shreya Mittal](https://github.com/shreyamittal10) and this is my **first time contributing to a GitHub repository!**
- Hello World! I'm [Shrey Raj](https://github.com/shreyraj2002) and this is my **first time contributing to a GitHub repository!**
- Hello World! I`m [Furkan Çalık](https://github.com/furkanCalik7) and this is my **first time contributing to a GitHub repository!**
- Underdog Engineering im [Mustapha Barki "embedded sys" Automation ](https://github.com/akabarki)
- Keep it simple, keep it smart. Code is art, and I'm Maddzon.
- Hello World! I'm [Venkat Prashanth](https://github.com/m-vp). **Hi, I'm a CTF player of team bi0sblr, I do Web Exploitation. I am also an aspiring Full Stack Developer. Feel free to connect on [Linkedin](https://www.linkedin.com/in/venkat-prashanth-m/)!**
- Namaste Duniya! I`m [Mayukh Mandal](https://github.com/Mayukh-Mandal2005) and this is my **first time contributing to an open source project! You can connect with me on [LinkedIn](www.linkedin.com/in/mayukh-mandal-a8a938276)**
- Hello World! I`m [Ashil Rahim](https://github.com/ashilrahim) and this is my **first time contributing to an open source project!**
-Hello, it's Christina RF, *Your dreams shall come true, Be consistent*
- Hi, I'm Stefan (https://github.com/sjjthaler). This is my first time contributing to any project. Cheers!
- Hello World! I'm [Ronak Singh ](https://github.com/ronaksingh27). **Cheers to the community of never ending learning!**
-Hello I am Saurabh. I am making this contribution as practice.
- Hello World! I'm Dilip Hiremath
- [Jitendra Kumar ](https://github.com/zsquare12)
- I'm Marcus Aurelius. stream satoshi sport, coming soon
[Sambedan Sahoo]
[Sarabjeet SIngh ](https://github.com/Sarabjeet13)
- - Hello World! I'm [Piyush ](https://github.com/Pyasma). **Cheers to the community of never ending learning!**
- Hello World! I'm [Shankhya Subhra Chatterjee](https://github.com/SSC-SDE). **Cheers to the community of never ending learning!**
- Hello World! I'm [Aarya] (https://github.com/aaryak1369). **Cheers to the community of never ending learning!**
- Hello World! I'm [Mayank Patel](https://github.com/MayANKPaTeL2303) from IIT Bhilai currently pursing my BTech in computer science. Let's connect on [LinkedIn](https://www.linkedin.com/in/mayank-patel-555163253/) **Cheers to the community of never ending learning!**
- Hello, nice to meet you, I will find my way someday(https://github.com/young-ye).**cheer up!**
- el
- Hello World!, [Tristan](https://github.com/13tristan) from PHILIPPINES. This is my first contribution and i was so excited!. Hope to work with you again in future guys!! :))
- Hello everyone this is my first contribution check my github profile [GitHub](https://github.com/Priyank-Aggarwal1024)
- [Dumitrescu Richárd Ádám] (https://github.com/Trescu) **newbie**
- [Saikrishna1504] (https://github.com/Saikrishna1504) **Let' start here**
- **Hello, World! I'm [ChandraShekhar](https://github.com/StarDust130) on my way to becoming a billionaire ASAP! 😄**
- Hey! I'm [Arjun](https://github.com/ArjunNarzary) and this is my first open source contribution.
- Hello everyone I'm [Ali Asghar Kazmi]. Very excited to take my first steps into the open-source community and contribute to projects! **Cheers to the community of never ending learning!**
[Eason Lin](https://github.com/lin00212) **I Was Here!**
- sergiodiazfactorenergia (https://github.com/sergiodiazfactorenergia)
- [nchong128](https://github.com/nchong128) was here!
- SilicaGoBrr/Synthenia/Axel here! (http://github.com/SilicaGoBrr)
- [MrBowis](https://github.com/MrBowis) Hi from ECUADOR 🇪🇨 !!!
- Hello People this is my First time Github!. [Taeos](https://github.com/taeos).
- Hello universe....loading satishba.....
- ash
- Heyy all!, I am Rama Krishna Chaithanya from India. **This is my first contribution to an open source project!!!** . Check me out on [Github](https://github.com/SRKChaithanya)
- Hello, I am Santiago Morel. This is my first time contributing to another GitHub repository!
- Hey everyone, I am Hardik from India. Although I have made contributions before, I am doing this just for fun.
- Hello, I am [Daniel Phillips](https://github.com/DanielPhillips632). This is my **first time contributing to another GitHub repository!**
- Hello Guys, this is my first contribution to open source
- Hey Everyone, I am [Diljit] (https://github.com/diljitsgit) and this is my first ever contribution.
- Hey Guys, My first Open source contribution
- Hey Guys, i am [KAHISS](https://github.com/KAHISS) and this is my first contribution
- Hello guys, I am Chibuike Chijioke (https://github.com/Chisquare7)
- Hey guys, Mott-Coder here [https://github.com/mott-coder]. **I'm really excited to take my first steps into the open-source community.**
- Hi everyone , cheers to me for first time contributing to opens source [Apoorva] (https://github.com/ApoorvaLandge)
- [Zarka](https://github.com/Abdelrahmanelzarka) ## Hello I'm a SW Engineer, take a look on my profile
- Hello World! This is Jane Doe, Aka Deborah contributing to my first Open source Project
- [AESMatias](https://github.com/AESMatias) **Ars longa, vita brevis**
- Hello fellow first time GitHub users! [Andrew Thomas](https://github/com/asteng88). **Thrilled to be learning new things every day from an awesome community!**
-Hello [Guru] here, i wish you all "good luck"
- Hello everyone! I’m [Guo Shuai](https://github.com/NanFangDieDao),a rock star in the future!!**I’m happy to take my first steps into the open-source community.**
- Hello everyon. My name is jackson-7rr, in Japan.
- Hi there! [Prabhav](https://github.com/perbaw) here. Let's connect on [LinkedIn](https://www.linkedin.com/in/prabhavshetty). (:
- Hello Contributors!, It' me [Abdul Basit Khan ](https://github.com/abdulbasitkhandeveloper) here. Let's connect on [LinkedIn](https://www.linkedin.com/in/abdulbasitkhan925/).
- Hello, [Hope Walton](https://github.com/HopeWalton) here! Excited to contribute to the open source. Feel free to connect on [Linkedin](https://www.linkedin.com/in/hope-walton1994/)!
- [Paulo Marchi](https://github.com/paulomarchi) **My first contribution**
- [Pieter Stoop](...) **Hi there!**
- Hello I'm Aditya
- [░░▒▒▓▓██【jess】██▓▓▒▒░░](https://github.com/kielmarj)
- Hello I'm Matt, this is my first contribution.
- Hello I'm Mika, this is my first contribution.
- Hello I'm Maria, this is my first contribution.
- [h4n0sh1](https://github.com/h4n0sh1)**Hello world!**
- **Hi! Im [Andy](https://github.com/ANDYzytnb)** *Come to play my games!* [Click!](https://github.com/ANDYzytnb/GuessTheNumber)
- Hello everyone! I’m [Gayan Pathirage](https://github.com/Gayan-98git). **I’m happy to take my first steps into the open-source community.**
- Hi contibutors! I'm [Thilina Sandaruwan](https://github.com/tsjayakody). **I'm excited to join the open-source community and contribute to projects that make a difference.**
- Hello, World! I'm [John-Alvin Ambalong](https://github.com/jambalong). Thank you for the opportunity! I use neovim btw.
- [Ananya S Kaligal]
- Hello World, This is my first open source contribution !! I am [Adiiiikaushik](https://github.com/Adiiiikaushik/)
- Hi [Ocy-6]
- Hey! My name is [Jay Calderon](https://github.com/cald0145) and I'm a student web developer from Canada 🇨🇦, I'm currently studying at Algonquin College. 👨🏽💻 **Check out my site and lets connect! [My Website](https://jaycalderon.ca), also here is my linkedin: [LinkedIn](https://www.linkedin.com/in/jaycaldev)!**
- Hello World, This is my first open source contribution !! I am [Shibjyoti Roy Chowdhury](https://github.com/shib-weber/)
- Gregor was here!
- Hello guys, Matheus here aka otetis!
- Hello to Open Source ! [Ambuj](https://github.com/ambujbaranwal)
- Hello Open source World, myself Priya Singh!!
- Hello world, Key2g started here.
- Hello everyone !! This is [Rohit Elamurugan](https://github.com/rohit-373). I am excited to start my open source journey !! :)
- Hi, everyone. Vlad was here!
- Hi, I'm Ash, this is my 1st contribution
- **Hi myself [Kaushal Bhatt], this is m,y first contribution**
- Hello everyone, myself Anupsinh Chauhan.
- [yousseftarhri](https://github.com/yousseftarhri), hello world
- [Samuel Wachira](https://github.com/Leader254), **_My First Contribution_**
- Hello I'm [Ugochukwu Chizaram](https://github.com/ugochukwu-850) just putting down my flag.
- [Mohamed Salah Arfa](https://github.com/MedSalahArfa1) **My first contribution**
- Hello! I am Srihari aka sambar-boi **My first Open source contri**
- Hello, [Ajit Sharma](https://github.com/Ajitcool008) here! Excited to contribute to the open source. Feel free to connect on [Linkedin](https://www.linkedin.com/in/ajit-sharma-a0883a72/)! and checkout my [Portfolio website](https://ajit-portfolio.web.app/)
- Hello I`m [Liu YuTian](https://github.com/eightyseven) and this is my **first contribution on GitHub!**
- Hi priyanshu here **making my first mark on github**
- [Hrshal Bhosale](https://github.com/Harshal-Bhosale )**<Optimized Database Queries for 30% Faster Load Times>** potential next contribution!!
- [Sai Srujan Reddy Pothamsetti](https://github.com/SaiSrujanReddyP)Hi, I'm a CTF player of team bi0sblr, I do OSINT and Web Exploitation. I am also an aspiring Full Stack Developer. Feel free to connect on [Linkedin](www.linkedin.com/in/pothamsetti-sai-srujan-reddy)!.
- [Durgesh Dubey](https://github.com/Durgesh-05) **My first open source contribution**
[DARSHANHC](https://github.com/DARSHANDEEPHC)
-[Prabhleen Kaur](https://github.com/PrabhleenKaur28): This is my Step 0.
- [Daksh Malhotra](https://github.com/DakshMalhotra15) Hey all, I amvikrant a compsci student in my final year exploring open source programming.
- **[Dharmendra Ahirwar](https://github.com/Kilvish25/)** Bliss! My first open-source contribution. Let's get started. Lets Connect on [LinkedIn](https://www.linkedin.com/in/kilvish25/) and collaborate.
- [Hafiz Mahamud](https://github.com/hafizmahamud )Hi, i am happy to be a contributer in Github. Feel free to connect!.
- [Elijah Frempong](https://github.com/elijah-6) Hey all, let's get better and better.
- Hi everyone, [Rishi](https://github.com/rishikesanr) here! Excited to contribute to the open source.
- [Dhruv Kadam](https://github.com/DhruvKadam-git )Hi, i am happy to be a contributer in Github. Feel free to connect!.
- [Alyssa Risius](https://github.com/alrisius1) ** First Contribution**
- [Davi Brasileiro](https://github.com/Redondave) **Expanding on my Github skills!**
- [Super Kenil](https://github.com/Super-Kenil) **If you are reading this, Remember, I'll always Love You**
- **[Jaseel T A](https://github.com/Jaseel-Thalikulam/)** Excited to make my first open-source contribution! Looking forward to collaborating and learning together. Let's connect!
- [Mason] Hello World! I'm [Mason](https://github.com/MasonCodingHere)!
- Hey [Asif] (https://github.com/Asifussain) here! Hoping I'll grow.
- Hi, I'm [Anthony](https://github.com/AnthonyErazo) and this is my first contribution.
- HELLO WORLD!! Rohit(https://github.com/rohit-2304) Here! I am excited to begin my journey in open source with this first contribute!
- Hey, Anees here it's my first contribution. I see that 8335 members started their first contribution like me. Let's connect (https://github.com/Aneeshaik) Here's my Github. (https://www.linkedin.com/in/shaik-anees-ahmad/) Here's my LinkedIn. (https://x.com/Aneeshaik05) Here's my Twitter link. (https://smart-home-99z7.onrender.com) Here's my recent project which I worked on. Please check into it and reach out to me I would be really excited to meet you folks. Happy Coding!
- Hey folks, it’s [Brunades](https://github.com/brunades). Thrilled to be part of the open source community.
- Hi, I'm Evan, and I love programming!!!
- [Ishan's Github](https://github.com/Ishaannn31) **👋 Hey there! I’m Ishan (@Ishaannn31) Welcome to my corner of the internet! 😄**
- Hello!
- Hello everyone, I'm [Andrej](https://github.com/AndrejLozanovski) and this is my first open source contribution!
- Hello to Open Source ! [Utsav Patel](https://github.com/utsxvv)
- Heyyy there, this is [Sahilll](https://github.com/sahil-1729), How you doing?
- Alban Ngwa https://github.com/firstcontributions/first-contributions
- [Habibul Mursaleen](https://github.com/hmursaleen) **Trying my first contribution**
- [Muhammad Ahmed](https://github.com/Ahm3d-Shaikh) **My first contribution**
- Gayathri (https://github.com/Gayathri-Gondi) My first contribution
- [Dipanshu Rawat](https://github.com/dipanshurdev) 🫡
- [Eren Jeager] First Contribution
- Greetings! from [Muaaz](https://github.com/MShaikh17). My 1st contribution! <br/>
- Love! this is sheepEatLion from south korea.
- Hello, this is Sang-il Yoon from South Korea.
- [Tiziano Carranza](https://github.com/tizianocarranza) **My first contribution, thank you guys!**
- [Kjetil Paulsen](https://github.com/noorac) **Thanks for the opportunity to make my first contribution!
- [Yogesh Singh](https://github.com/yogesh3singh) **My first contribution, thank you guys!**
- [Anvisha Vartak](https://github.com/Anvisha2004) **My first contribution to open source community
- [Joshua Tsou] First Contribution
- [Shreyash Sharma] First Contribution
- Hey folks! [GURRAM YOGIT](https://github.com/yogit043) here . Thrilled to be part of the open source community.
- [K Naga Himaja] Hello everyone! So happy to finally start my OS journey [https://www.linkedin.com/in/k-naga-himaja/]
- [I Bemdev] *2024 1st year* Hello everyone! So happy and to finally start OS journey [https://github.com/Adebemdev]
- [I K Kevin Samuels] *2024 1st year *[https://www.linkedin.com/in/i-k-kevin-samuels-800689321/]
- [John Dev](https://github.com/danish )Hi, i am happy to be a contributer in Github. Feel free to connect!.
- [TRIPLE-ADE](https://github.com/TRIPLE-ADE)Hi, i am happy to be a contributer in Github.
- [Joe Laporte] **Joe was here - 9/24/2024**
- [eswari](https://github.com/saieswari2005) **this is my first contribution if it is accepted i am so happy!**
- [Jasmin Kaseva] (https://github.com/kasevaj) **24/09/2024**
- [Jesus Gil] (https://github.com/Jrgil20) **29/09/2024**
- [Malakai Ashenafi] (https://github.com/malakai-a1) **19/10/2024** Hello guys happy to be here, ready to learn and grow.
- [Oğuzhan Kökülü] (https://github.com/Oguzhankokulu) **22/09/2024**
- [madhav mishra](https://github.com/madhav_gfn) Hello, guys if you are reading this and you need a guy to make your documentation, happy to contribute **24/09/2024**
- [Manh Ng](https://github.com/LetsCodeManh) Hello guys, thank you for this repo. Now I can make my first contribution. If someone needs help in Frontend or UX/UI feel free to ask me.
- [Inayat Hasan](https://github.com/Inayat-hasan) **thank u for making this type of open source repo it is very helpful for the first contributors like me**
- [Samantha Tamiosso - smiosso] **I am so happy to -be- here**
- [Jorgirerison Leite Peixoto] (https://github.com/Jorgirerison) (https://www.linkedin.com/in/jorgi/) **Hi guys, i'm a brazilian boy. And this is my first contribution. And if you want to exchange a idea with me and my projects i'm very available, you can send me a message. Thank you for read. Bye**
- [Andy] **This is my first. Yay!**
- [Jad] **My first contribution**
- [Avanish Mallya] **My First Contribution**
- [Yakub Abdulrahman Alada] **My First Contribution**
- Hey I´m Nico
- Howdy, this is briann
- [Thelen] **First contribution
- [JavaScribeXixi2024] **My First Contribution**
- [sahith][s-venom] **My First Contribution**
- [BeringeloF] **Eu estive aqui**
- [Shaik Arfath Ali] **My First Contribution**
- [Oscar Murrieta](https://github.com/mobml/) **First Contribution**
- [K N S M Pavan ] **First Contribution**
- [Worlanyo Kwabla Kporfeame](https://github.com/kworlanyo) **First Contribution**
- [Ganesh M] **My First Contribution**
- [Aymen A] https://github.com/4xyy **First Contribution**
- [Teja S]**My First Contribution**
- [SH]**Hello World My First Contribution**
- [Diogo Neto](https://github.com/diogonet0) **Hi everybody ! This is my first contribution!! Im very proud of my progress so far.**
- [Abdulazim Rabie](https://github.com/abdulazimRabie) **First Contribution...Iam really happy**
- [Rick] ** Good good study **
- [Luan] Hello guys, I'm happy to contribute **29/09/2024**
- [Rohith Kumar K] **My First Contribution**
- [Ali Z](https://github.com/alizeynalli) _was here_
- [Shreyas Chaudhary] Happy to start contributing
- [pratik]
- [Sarthak Tyagi](https://github.com/itSarthak) **I am really glad you guys made something like this. Helps a lot!**
- [YutaHoriuchi](https://github.com/uuuta714) **My first contribution!**
- [Hariprasath(https://github.com/Hariprasathk13) **Hello World! This is my first OS contribution. Ping for Flutter Projects ** [https://www.linkedin.com/in/hari-prasath-k-81a2b227a/]
- [Sergio Niño] (https://github.com/sergiend) **😇First steps with gitHub 👨🏽💻**
- [Siddharth] (siddharthruria) **looking forward to understand open source with this**
- [Jezex] (https://github.com/Jezex) **9/18/2024**
- [JohnnyWaysller](https://github.com/JohnnyWaysller)
- [Julia Obshansky]
- Hello, Open Source, I'm [OlaOluwalekan](https://github.com/OlaOluwalekan), here on **28/09/2024**, adding my first contribution to open source.
- Hello, open source I'm Imaan Shahid (https://github.com/imaansh). First open source contribution on 28-10-24 :)
- [Leti] (https://github.com/leticarvalho) ** thank you, I'm excited to start contributing to OS! ☺️ **
- [Miquel] ** Testing **
- [Gourav Rawat] ** firstone **
- [I'm Mys1337 and I was here When You See It] **This is my first contribution, the start of many:)**
- [Tanish Kushwaha](https://github.com/tanishkushwaha) My first contribution!
- [Kethavrapu Likhitha] (https://github.com/Kethavarapu-Likhitha) **Hello, Lets discuss to open contribution**
- [Dharma Krishnan](https://github.com/Dharma-krishnan)**My First One, gets to go**
- [Shaheer Mansoor](https://github.com/Shaheer5) **On the way to create robust apps**
- [naga Dheeraj] (https://github.com/nagadheerajb) **Hello, Lets discuss to open contribution**
- Hello,I am Akshay Krishna
- [Shoutao Sun](https://github.com/ShoutaoSun) **Happy Mid-Autumn Festival!**
- [Jemmyjs](https://github.com/JemmyJs) **My first contribution!**
- [Maritha Miracle](https://github.com/MarithaMiracle) **Excited for my first contribution to open source!**