@@ -42,6 +42,12 @@ const projectList = [
42
42
projectLink : 'https://github.com/exercism/exercism/contribute' ,
43
43
description : 'Quickly ramp up in new programming languages!' ,
44
44
tags : [ 'Ruby' , 'Exercises' , 'CLI' , 'Web App' ] ,
45
+ } , {
46
+ name : 'React Testing Library' ,
47
+ imageSrc : 'https://raw.githubusercontent.com/testing-library/react-testing-library/master/other/goat.png' ,
48
+ projectLink : 'https://github.com/testing-library/react-testing-library/blob/master/CONTRIBUTING.md' ,
49
+ description : 'Simple and complete React DOM testing utilities that encourage good testing practices.' ,
50
+ tags : [ 'Unit testing' , 'JavaScript' , 'React' , 'React Native' ] ,
45
51
} , {
46
52
name : 'Gauge' ,
47
53
imageSrc : 'https://avatars3.githubusercontent.com/u/7044589?s=400&u=8d2ce328da30e81978c303fdb31a2a7a1f0328e3&v=4' ,
@@ -744,6 +750,20 @@ const projectList = [
744
750
description : 'Modern and fully web based queue management solution for crowded businesses.' ,
745
751
tags : [ 'OpenSource' , 'React' , 'Javascript' , 'Beginner' , 'Productivity' ] ,
746
752
} ,
753
+ {
754
+ name : 'Rocky Linux' ,
755
+ imageSrc : 'https://raw.githubusercontent.com/rocky-linux/rocky-logos/main/icons/hicolor/256x256/apps/system-logo-icon.png' ,
756
+ projectLink : 'https://github.com/rocky-linux/rocky#contributing' ,
757
+ description : 'Rocky Linux is a community enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux, now that CentOS has shifted direction.' ,
758
+ tags : [ 'OpenSource' , 'Shell' , 'Python' , 'HTML' , 'Ansible' , 'Linux' ] ,
759
+ } ,
760
+ {
761
+ name : 'Phpmyadmin' ,
762
+ imageSrc : 'https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/master/themes/original/img/logo_right.png' ,
763
+ projectLink : 'https://www.phpmyadmin.net/contribute/' ,
764
+ description : 'A web interface for MySQL and MariaDB.' ,
765
+ tags : [ 'OpenSource' , 'Mariadb' , 'Mysql' , 'HTML' , 'PHP' , 'Javascript' ] ,
766
+ } ,
747
767
{
748
768
name : 'Navy Linux' ,
749
769
imageSrc : 'https://raw.githubusercontent.com/navy-linux/logos/main/logo-text.jpg' ,
@@ -752,4 +772,4 @@ const projectList = [
752
772
tags : [ 'Shell' , 'Python' , 'HTML' , 'Ruby' , 'Puppet' ] ,
753
773
}
754
774
] ;
755
- export default projectList ;
775
+ export default projectList ;
0 commit comments