-
Notifications
You must be signed in to change notification settings - Fork 85
/
scores.yml
736 lines (708 loc) · 26.7 KB
/
scores.yml
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
# Every student must give details regarding every contribution they made
# and the score allocated to the contribution. Give links as a proof of
# your contribution. Please follow format strictly.
- github: VamsiSangam
contributions:
- name: Timer not showing in projects and scoreboard page (issue)
link: https://github.com/fossiiita/opencodecollab/issues/331
score: 10
- name: Fixed countdown
link: https://github.com/fossiiita/opencodecollab/pull/326
score: 30
- name: Installed Django event platform
link: https://github.com/gauthamzz/Django-EventPlatform/issues/17#issuecomment-280391427
score: 30
- name: Added blog details
link: https://github.com/fossiiita/opencodecollab/pull/282
score: 30
- name: Installed opencodecollab in system
link: https://github.com/fossiiita/opencodecollab/issues/9#issuecomment-280222056
score: 30
- name: Referred rahulsunny
link: https://github.com/fossiiita/opencodecollab/pull/255
score: 20
- name: Added scoreboard.html
link: https://github.com/fossiiita/opencodecollab/pull/174
score: 20
- name: Move all relevant code to navbar.html (issue)
link: https://github.com/fossiiita/opencodecollab/issues/170
score: 10
- name: Created separate pages for projects and issues
link: https://github.com/fossiiita/opencodecollab/pull/169
score: 10
- name: Implemented separate issues for each project
link: https://github.com/fossiiita/opencodecollab/pull/150
score: 30
- name: Added fb like button
link: https://github.com/fossiiita/opencodecollab/pull/135
score: 10
- name: Modified README and added PR template
link: https://github.com/fossiiita/opencodecollab/pull/133
score: 20
- name: Added personal website to students.yml
link: https://github.com/fossiiita/opencodecollab/pull/118
score: 10
- name: Added repo names in issues section
link: https://github.com/fossiiita/opencodecollab/pull/117
score: 10
- name: Added project stars and forks
link: https://github.com/fossiiita/opencodecollab/pull/98
score: 30
- name: Open graph images
link: https://github.com/fossiiita/opencodecollab/issues/88
score: 10
- name: Added OG tags and data
link: https://github.com/fossiiita/opencodecollab/pull/89
score: 20
- name: Modified issues section
link: https://github.com/fossiiita/opencodecollab/pull/85
score: 30
- name: Implemented issues section
link: https://github.com/fossiiita/opencodecollab/pull/80
score: 30
- name: Discrepancy in students.yml
link: https://github.com/fossiiita/opencodecollab/issues/68
score: 10
- name: Corrected records in students.yml
link: https://github.com/fossiiita/opencodecollab/pull/69
score: 10
- name: Added flip cards to show all info
link: https://github.com/fossiiita/opencodecollab/pull/62
score: 30
- name: General tasks
link: https://github.com/fossiiita/opencodecollab/issues/87#issuecomment-274195961
score: 20
- name: Added sponsors section and images
link: https://github.com/fossiiita/humblefoolcup/pull/20
score: 20
- name: Projects section
link: https://github.com/fossiiita/opencodecollab/pull/40
score: 30
- name: Linked logo to main website
link: https://github.com/fossiiita/opencodecollab/pull/37
score: 20
- name: Enable gh-pages on your fork
link: https://github.com/fossiiita/opencodecollab/issues/15#issuecomment-273281903
score: 30
- name: Added profile to students
link: https://github.com/fossiiita/opencodecollab/pull/7
score: 30
total: 590
- github: vsvipul555
contributions:
- name: add student details
link: https://github.com/fossiiita/opencodecollab/pull/61
score: 30
- name: Enable gh-pages on your fork
link: https://github.com/fossiiita/opencodecollab/issues/15#issuecomment-273786165
score: 30
- name: Fixed typo in params.json
link: https://github.com/fossiiita/opencodecollab/pull/72
score: 10
- name: Added blogpost
link: https://github.com/fossiiita/opencodecollab/pull/304
score: 30
- name: Added 30 new programs to Cool Practice Programs
link: https://github.com/faheemzunjani/Cool-Practice-Programs/pull/23
score: 60
- name: Personal Page.
link: https://vsvipul555.github.io/
score: 10
total: 170
- github: aswanthkoleri
contributions:
- name: add student details
link: https://github.com/fossiiita/opencodecollab/pull/11
score: 30
- name: referred me
link: https://github.com/fossiiita/opencodecollab/pull/14
score: 20
- name: referred me
link: https://github.com/fossiiita/opencodecollab/pull/38
score: 20
- name: install on your system
link: https://github.com/fossiiita/opencodecollab/issues/9
score: 30
- name: enable gh-pages on your fork
link: https://github.com/fossiiita/opencodecollab/issues/15
score: 30
- name: add django event platform
link: https://github.com/fossiiita/opencodecollab/pull/79
score: 10
- name: add gitignore
link: https://github.com/fossiiita/opencodecollab/pull/112
score: 10
- name: change background
link: https://github.com/fossiiita/opencodecollab/pull/122
score: 20
- name: general task
link: https://github.com/fossiiita/opencodecollab/issues/87
score: 20
- name: make your own personal page
link: https://github.com/fossiiita/opencodecollab/issues/108
score: 10
- name: add change in footer
link: https://github.com/fossiiita/humblefoolcup/pull/32
score: 20
- name: add link
link: https://github.com/fossiiita/humblefoolcup/pull/43
score: 20
- name: added issue
link: https://github.com/fossiiita/humblefoolcup/issues/44
score: 10
- name: added issue
link: https://github.com/fossiiita/humblefoolcup/issues/48
score: 10
- name: added issue
link: https://github.com/fossiiita/humblefoolcup/issues/49
score: 10
- name: added preloader
link: https://github.com/fossiiita/humblefoolcup/pull/52
score: 20
- name: change background
link: https://github.com/fossiiita/humblefoolcup/pull/54
score: 20
- name: add referral
link: https://github.com/fossiiita/opencodecollab/pull/208
score: 20
- name: add referral
link: https://github.com/fossiiita/opencodecollab/pull/209
score: 20
- name: add referral
link: https://github.com/fossiiita/opencodecollab/pull/210
score: 20
- name: add issue
link: https://github.com/fossiiita/opencodecollab/issues/197
score: 10
- name: add issue
link: https://github.com/fossiiita/opencodecollab/issues/198
score: 10
- name: add 10 codechef problems
link: https://github.com/faheemzunjani/Cool-Practice-Programs/pull/14
score: 20
- name: install django platform
link: https://github.com/gauthamzz/Django-EventPlatform/issues/17
score: 30
- name: create issue
link: https://github.com/fossiiita/humblefoolcup/issues/62
score: 10
- name: create issue
link: https://github.com/fossiiita/humblefoolcup/issues/61
score: 10
- name: last update
link: https://github.com/fossiiita/humblefoolcup/pull/63
score: 30
- name: change color variations
link: https://github.com/fossiiita/humblefoolcup/pull/60
score: 30
- name: create issue
link: https://github.com/fossiiita/humblefoolcup/issues/57
score: 10
- name: create issue
link: https://github.com/fossiiita/humblefoolcup/issues/57
score: 10
- name: add referral
link: https://github.com/fossiiita/opencodecollab/pull/221
score: 20
- name: add issue
link: https://github.com/fossiiita/opencodecollab/issues/228
score: 10
- name: added working openchat
link: https://github.com/fossiiita/opencodecollab/pull/229
score: 10
- name: added 10 hackerearth programs
link: https://github.com/faheemzunjani/Cool-Practice-Programs/pull/20
score: 20
- name: add experience in opencode
link: https://github.com/fossiiita/opencodecollab/issues/226
score: 30
- name: add issue
link: https://github.com/fossiiita/opencodecollab/issues/243
score: 10
- name: add 10 codechef problems
link: https://github.com/faheemzunjani/Cool-Practice-Programs/pull/22
score: 20
- name: update readme.md
link: https://github.com/fossiiita/opencodecollab/pull/247
score: 10
- name: clean the code
link: https://github.com/fossiiita/opencodecollab/pull/254
score: 30
- name: change the background via css
link: https://github.com/fossiiita/opencodecollab/pull/254
score: 30
- name: add issue
link: https://github.com/fossiiita/opencodecollab/issues/309
score: 10
- name: added participant part
link: https://github.com/fossiiita/opencodecollab/pull/322
score: 30
- name: added readme and fixed broken image
link: https://github.com/fossiiita/opencodecollab/pull/325
score: 20
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/289
score: 20
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/288
score: 20
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/319
score: 20
- name: made javascript game
link: https://github.com/fossiiita/opencodecollab/issues/278
score: 30
- name: add 10 codechef problems
link: https://github.com/faheemzunjani/Cool-Practice-Programs/pull/24
score: 20
- name: add referral
link: https://github.com/fossiiita/opencodecollab/pull/338
score: 20
- name: add issue
link: https://github.com/fossiiita/opencodecollab/issues/342
score: 10
total: 940
- github: Symphoria
contributions:
- name: Added details in students section
link: https://github.com/fossiiita/opencodecollab/pull/17
score: 30
- name: Wrote Tests
link: https://github.com/gauthamzz/Django-EventPlatform/pull/24
score: 30
- name: Enabled gh-pages
link: https://github.com/fossiiita/opencodecollab/issues/15
score: 30
- name: Installed Django-Event Platform on my system
link: https://github.com/gauthamzz/Django-EventPlatform/issues/17
score: 30
- name: Fixed issue#14 - move content header to middle
link: https://github.com/gauthamzz/Django-EventPlatform/pull/23
score: 10
- name: Fixed the github link in index.html
link: https://github.com/fossiiita/opencodecollab/pull/20
score: 20
- name: General tasks
link: https://github.com/fossiiita/opencodecollab/issues/87#issuecomment-274342689
score: 20
total: 170
- github: aswinzz
contributions:
- name: Add humble fool in projects section
link: https://github.com/fossiiita/opencodecollab/pull/45
score: 20
- name: refferal
link: https://github.com/fossiiita/opencodecollab/pull/13
score: 20
- name: Add A Facebook like bar (made an issue)
link: https://github.com/fossiiita/opencodecollab/issues/101
score: 10
- name: Loader
link: https://github.com/fossiiita/opencodecollab/pull/131
score: 20
- name: Make Navbar Sticky(made an issue)
link: https://github.com/fossiiita/opencodecollab/issues/144
score: 10
- name: Make Navbar Sticky
link: https://github.com/fossiiita/opencodecollab/pull/143
score: 20
- name: Make _includes folder; move header and footer to there
link: https://github.com/fossiiita/opencodecollab/pull/166
score: 10
- name: Install On Your System (django)
link: https://cloud.githubusercontent.com/assets/25057819/22864434/67a7b422-f177-11e6-84fb-4802ee8ec2ae.png
score: 30
- name: Move all relevant code to navbar.html
link: https://github.com/fossiiita/opencodecollab/pull/179
score: 10
- name: Add your name in the students section
link: https://github.com/fossiiita/opencodecollab/pull/14
score: 30
- name: Install on your system
link: https://cloud.githubusercontent.com/assets/25057819/22172471/aaec884a-dfcd-11e6-87b8-b5176c3aa368.png
score: 30
- name: Enable gh-pages
link: https://aswinzz.github.io/opencodecollab/
score: 30
- name: General tasks
link: https://github.com/fossiiita/opencodecollab/issues/87
score: 20
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/185
score: 20
- name: Make your own personal page- For Everyone
link: https://aswinzz.github.io/
score: 10
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/184
score: 20
- name: add gitter chatbox(made an issue)
link: https://github.com/fossiiita/opencodecollab/issues/165
score: 10
- name: add close button for gitter chatbox(made an issue)
link: https://github.com/fossiiita/opencodecollab/issues/191
score: 10
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/188
score: 20
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/187
score: 20
- name: Add a Header to the page
link: https://github.com/fossiiita/humblefoolcup/pull/50
score: 20
- name: Add about section
link: https://github.com/fossiiita/humblefoolcup/pull/30
score: 20
- name: Merge Opencode website with opencodecollab website
link: https://github.com/fossiiita/humblefoolcup/pull/30
score: 10
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/183
score: 20
- name: chat with us option not working when we are using the issues and projects page
link: https://github.com/fossiiita/opencodecollab/pull/199
score: 30
- name: Alignment correction in mobile view of scoreboard(made an issue)
link: https://github.com/fossiiita/opencodecollab/issues/214
score: 10
- name: added 35 Codebuddy and HackerEarth programs
link: https://github.com/faheemzunjani/Cool-Practice-Programs/pull/19
score: 60
- name: remove programs that are repeated(created an issue)
link: https://github.com/faheemzunjani/Cool-Practice-Programs/issues/21
score: 10
- name: make everything respsonsive(created an issue)
link: https://github.com/fossiiita/opencodecollab/issues/227
score: 10
- name: Dropdown is not going when chat with us is clicked(mobile view)(created an issue)
link: https://github.com/fossiiita/opencodecollab/issues/224
score: 10
- name: Add a countdown for opencode
link: https://github.com/fossiiita/opencodecollab/issues/223
score: 10
- name: Add Blog section
link: https://github.com/fossiiita/opencodecollab/pull/238
score: 30
- name: Write your experience in blog
link: https://github.com/fossiiita/opencodecollab/pull/238
score: 30
- name: Add background for blog section(created an issue)
link: https://github.com/fossiiita/opencodecollab/pull/238
score: 10
- name: fix dropdown in mobile view
link: https://github.com/fossiiita/opencodecollab/pull/265
score: 30
- name: changed navbar
link: https://github.com/fossiiita/opencodecollab/pull/292
score: 30
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/302
score: 20
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/298
score: 20
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/295
score: 20
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/185
score: 20
- name: added github fork me link
link: https://github.com/fossiiita/opencodecollab/pull/314
score: 20
- name: added javascript game
link: https://github.com/fossiiita/opencodecollab/pull/327
score: 30
- name: referral
link: https://github.com/fossiiita/opencodecollab/pull/324
score: 20
total: 850
- github: Donny97
- github: Abhey
- github: 13nehu
- github: Aotoge
- github: nab331
- github: tarunsinghal97
- github: utkarshchaurasia28
- github: bhanu1911
- github: Ellusionists
- github: RavicharanN
contributions:
- name: Add students profile
link: https://github.com/fossiiita/opencodecollab/pull/38
score: 30
- name: Update events timeline (HFC)
link: https://github.com/fossiiita/humblefoolcup/pull/31
score: 20
- name: Install in your system
link: Commneted on the issue with a screenshot.
score: 30
- name: Enable gh-pages on your fork.
link: https://ravicharann.github.io/opencodecollab/
score: 30
- name: Genral Tasks
link: commneted on the issue
score: 20
- name: Issue Opened
link: https://github.com/fossiiita/opencodecollab/issues/152
score: 10
- name: make your personal page
link: http://ravicharann.github.io
score: 10
- name: Make a blog post
link: http://niume.com/post/258863
score: 30
- name: Add Stats page
link: https://github.com/fossiiita/humblefoolcup/pull/64
score: 20
- name: Add more codechef solutions(8+3)(sent 2 PRs)
link: https://github.com/faheemzunjani/Cool-Practice-Programs
score: 20
total: 220
- github: CodHeK
- github: agam98
- github: Anupam-dagar
contributions:
- name: Added profile to students.
link: https://github.com/fossiiita/opencodecollab/pull/48
score: 30
- name: Reffer someone else.(vinit mankar refered me)
link: https://github.com/fossiiita/opencodecollab/pull/102
score: 20
- name: Install on your system.
link: https://github.com/fossiiita/opencodecollab/issues/9
score: 30
- name: Enable gh-pages on your fork.
link: https://github.com/fossiiita/opencodecollab/issues/15
score: 30
- name: Create more issues(issue 1)
link: https://github.com/fossiiita/opencodecollab/issues/107
score: 10
- name: Create more issues(issue 2)
link: https://github.com/fossiiita/opencodecollab/issues/119
score: 10
- name: General tasks
link: https://github.com/fossiiita/opencodecollab/issues/87
score: 20
- name: Add to projects(proxy man and cool practice programs)
link: https://github.com/fossiiita/opencodecollab/pull/92
score: 10
- name: Add trailer in website
link: https://github.com/fossiiita/opencodecollab/pull/100
score: 10
- name: Added event timeline.
link: https://github.com/fossiiita/humblefoolcup/pull/18
score: 20
- name: Added events section.
link: https://github.com/fossiiita/humblefoolcup/pull/24
score: 20
- name: Added topcoder as platform
link: https://github.com/fossiiita/humblefoolcup/pull/36
score: 10
- name: Added FAQ section.
link: https://github.com/fossiiita/humblefoolcup/pull/37
score: 20
- name: Create more issues.(issue 3)
link: https://github.com/fossiiita/humblefoolcup/issues/39
score: 10
- name: Fix Footer.
link: https://github.com/fossiiita/humblefoolcup/pull/47
score: 10
- name: Personal Page.
link: https://github.com/fossiiita/opencodecollab/issues/108
score: 10
- name: Added login page.
link: https://github.com/Trailblazerr1/FaceMe-test/pull/6
score: 10
- name: Added 10 codechef programs.
link: https://github.com/faheemzunjani/Cool-Practice-Programs/pull/9
score: 40
- name: Added 7 codechef programs.
link: https://github.com/faheemzunjani/Cool-Practice-Programs/pull/10
score: 20
- name: Added 3 codechef programs.
link: https://github.com/faheemzunjani/Cool-Practice-Programs/pull/11
score: 0
- name: Added gitter chatbox.
link: https://github.com/fossiiita/opencodecollab/pull/189
score: 20
- name: Create an issue.
link: https://github.com/fossiiita/humblefoolcup/issues/59
score: 10
- name: Create an issue.
link: https://github.com/fossiiita/opencodecollab/issues/212
score: 10
- name: Create an issue.
link: https://github.com/faheemzunjani/Cool-Practice-Programs/issues/16
score: 10
- name: Added chatbox in event scorecard.
link: https://github.com/fossiiita/opencodecollab/pull/216
score: 20
- name: Added team page.
link: https://github.com/fossiiita/humblefoolcup/pull/53
score: 30
- name: Added 15 codebuddy and 15 hackerearth programs.
link: https://github.com/faheemzunjani/Cool-Practice-Programs/pull/17
score: 0
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/272
score: 20
- name: Added referral.
link: https://github.com/fossiiita/opencodecollab/pull/270
score: 20
- name: Added referral.
link: https://github.com/fossiiita/opencodecollab/pull/264
score: 20
- name: Added referral.
link: https://github.com/fossiiita/opencodecollab/pull/260
score: 20
- name: Added referral.
link: https://github.com/fossiiita/opencodecollab/pull/257
score: 20
- name: Added referral.
link: https://github.com/fossiiita/opencodecollab/pull/256
score: 20
- name: Added referral.
link: https://github.com/fossiiita/opencodecollab/pull/242
score: 20
- name: Added blog.
link: https://github.com/fossiiita/opencodecollab/pull/280
score: 30
- name: Installed Django Event Platform
link: https://github.com/gauthamzz/Django-EventPlatform/issues/17
score: 30
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/279
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/285
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/286
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/287
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/271
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/294
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/296
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/297
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/303
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/306
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/316
score: 20
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/317
score: 20
- name: Added countdown
link: https://github.com/fossiiita/opencodecollab/pull/315
score: 30
- name: Added countdown to other pages
link: https://github.com/fossiiita/opencodecollab/pull/334
score: 10
- name: Created issue
link: https://github.com/fossiiita/opencodecollab/issues/320
score: 10
- name: Added referral
link: https://github.com/fossiiita/opencodecollab/pull/340
score: 20
total: 1010
- github: mrsaicharan1
- github: pradeepgangwar
contributions:
- name: Added profile to students
link: https://github.com/fossiiita/opencodecollab/pull/54
score: 30
- name: Enable gh-pages on your fork
link: https://github.com/fossiiita/opencodecollab/issues/15#issuecomment-273431819
score: 30
- name: Humblefool webpage made for humblefoolcup
link: https://github.com/fossiiita/humblefoolcup/pull/40
score: 30
- name: Install jekyll and have website running
link: https://github.com/fossiiita/opencodecollab/issues/9#issuecomment-273290564
score: 30
- name: Added new style faq to humblefoolcup
link: https://github.com/fossiiita/humblefoolcup/pull/46
score: 20
total: 140
- github: agbilotia1998
contributions:
- name: Added profile to students
link: https://github.com/fossiiita/opencodecollab/pull/56
score: 30
- name: Enable gh-pages on your fork
link: https://github.com/fossiiita/opencodecollab/issues/15#issuecomment-273297718
score: 30
- name: General tasks
link: https://github.com/fossiiita/opencodecollab/issues/87#issuecomment-274348441
score: 20
- name: Refferal(Akshat Jain Reffered me)
link: https://github.com/fossiiita/opencodecollab/blob/master/_data/students.yml
score: 20
- name: Linked project
link: https://github.com/fossiiita/opencodecollab/pull/59
score: 10
- name: Fixed mobile view
link: https://github.com/fossiiita/opencodecollab/pull/95
score: 10
- name: Made title appealing
link: https://github.com/fossiiita/opencodecollab/pull/145
score: 10
- name: Raised Issue
link: https://github.com/fossiiita/opencodecollab/issues/111
score: 10
- name: Add close button for gitter chat box
link: https://github.com/fossiiita/opencodecollab/pull/201
score: 10
- name: Alignment of score in mobile view
link: https://github.com/fossiiita/opencodecollab/pull/218
score: 30
- name: Make webpage responsive
link: https://github.com/fossiiita/opencodecollab/pull/232
score: 30
- name: Dropdown is not going when chat with us is clicked
link: https://github.com/fossiiita/opencodecollab/pull/244
score: 20
- name: Raised issue
link: https://github.com/fossiiita/opencodecollab/issues/259
score: 10
- name: Added blog
link: https://github.com/fossiiita/opencodecollab/pull/267
score: 30
- name: Separated divs.
link: https://github.com/fossiiita/opencodecollab/pull/262
score: 30
- name: Raised issue
link: https://github.com/fossiiita/opencodecollab/issues/330
score: 10
total: 310
- github: sashank27
- github: LuD1161
- github: DreadedLama
- github: dabbler011
- github: vin-man
- github: anu-007
- github: rahulsunny
contributions:
- name: Added profile to students
link: https://github.com/fossiiita/opencodecollab/pull/255
score: 30
- name: Enable gh-pages on your fork
link: https://github.com/fossiiita/opencodecollab/issues/15#issuecomment-280225178
score: 30
total: 60