Thank you for your interest in contributing to Explore Courses by CodeHarborHub!
-
Fork the repository
-
Clone your fork:
git clone https://github.com/your-username/explore-courses.git cd explore-courses -
Create a new branch:
git checkout -b add-new-course
-
Add your content under the appropriate section/folder.
-
Commit your changes:
git commit -m "Add: New free resource for [topic]" -
Push the branch:
git push origin add-new-course
-
Create a Pull Request from your fork to
main.
Each file should include:
- ✅ Course Title
- 🔗 Course/Video/Website link
- 🧾 Short Description
- 📌 Tags or Level (Beginner, Intermediate, Advanced)
Let’s build something awesome together 🚀 Happy Learning!