diff --git a/app/components/contribute.tsx b/app/components/contribute.tsx
index 6fb6b32..919c61d 100644
--- a/app/components/contribute.tsx
+++ b/app/components/contribute.tsx
@@ -12,7 +12,7 @@ export default function ContributionsSection() {
Browse and Tackle Issues
- Check out the available issues on our GitHub repository. Pick one to work on, or raise your own if you spot something new!
+ Check out the available issues on our GitHub repository. Pick one to work on, or raise your own if you spot something new!
Find beginner-friendly and advanced issues
@@ -24,6 +24,56 @@ export default function ContributionsSection() {
+
+ {/* How to Contribute Steps */}
+
+
+ How to Contribute
+
+
+
+
+ 1
+
+
+ Fork & Clone — Fork the repository on GitHub and clone it to your local machine.
+
+
+
+
+ 2
+
+
+ Pick an Issue — Browse open issues or open a new one to discuss your idea before starting.
+
+
+
+
+ 3
+
+
+ Create a Branch — Make a dedicated branch for your change (e.g. feat/topic-name).
+
+
+
+
+ 4
+
+
+ Open a Pull Request — Push your branch and submit a PR against main. A maintainer will review it shortly.
+
+