@@ -4,7 +4,7 @@ import SiteHeader from 'components/SiteHeader';
4
4
const Guidelines = ( ) => (
5
5
< Fragment >
6
6
< SiteHeader />
7
- < div className = "container py-14x" >
7
+ < div className = "container py-14x text-black " >
8
8
< h2 > Frogtoberfest Participation Guidelines</ h2 >
9
9
< div >
10
10
< div className = "my-10x" >
@@ -25,7 +25,7 @@ const Guidelines = () => (
25
25
< span role = "img" aria-label = "Wrench" className = "mr-2x" >
26
26
🔧
27
27
</ span >
28
- < span > Meaningful code changes</ span >
28
+ < span className = 'text-black' > Meaningful code changes</ span >
29
29
</ h4 >
30
30
< p className = "pt-5x" >
31
31
Contributions should focus on meaningful code changes, such as bug fixes, new features, or improvements,
@@ -37,7 +37,7 @@ const Guidelines = () => (
37
37
< span role = "img" aria-label = "Orange books" className = "mr-2x" >
38
38
📚
39
39
</ span >
40
- < span > Documentation enhancements</ span >
40
+ < span className = 'text-black' > Documentation enhancements</ span >
41
41
</ h4 >
42
42
< p className = "pt-5x" >
43
43
Encourage participants to contribute to project documentation, including updates, corrections, or
@@ -49,7 +49,7 @@ const Guidelines = () => (
49
49
< span role = "img" aria-label = "Magnifying glass" className = "mr-2x" >
50
50
🔍
51
51
</ span >
52
- < span > Issue tracking</ span >
52
+ < span className = 'text-black' > Issue tracking</ span >
53
53
</ h4 >
54
54
< p className = "pt-5x" >
55
55
Participants should prioritize issues or tasks listed in the project's issue tracker. This ensures alignment
@@ -61,7 +61,7 @@ const Guidelines = () => (
61
61
< span role = "img" aria-label = "Light bulb" className = "mr-2x" >
62
62
💡
63
63
</ span >
64
- < span > Value-added contributions</ span >
64
+ < span className = 'text-black' > Value-added contributions</ span >
65
65
</ h4 >
66
66
< p className = "pt-5x" >
67
67
Stress the importance of making contributions that provide clear value to the open-source project and its
@@ -73,7 +73,7 @@ const Guidelines = () => (
73
73
< span role = "img" aria-label = "Glowing star" className = "mr-2x" >
74
74
🌟
75
75
</ span >
76
- < span > Quality over quantity</ span >
76
+ < span className = 'text-black' > Quality over quantity</ span >
77
77
</ h4 >
78
78
< p className = "pt-5x" >
79
79
The emphasis on quality has resulted in participants submitting fewer, but more substantial, PRs. This
@@ -85,7 +85,7 @@ const Guidelines = () => (
85
85
< span role = "img" aria-label = "Eye in speech bubble" className = "mr-2x" >
86
86
👁️🗨️
87
87
</ span >
88
- < span > Code review process</ span >
88
+ < span className = 'text-black' > Code review process</ span >
89
89
</ h4 >
90
90
< p className = "pt-5x" >
91
91
The code review process will be conducted after the event's completion to maintain the quality of
0 commit comments