Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 954 Bytes

File metadata and controls

48 lines (34 loc) · 954 Bytes

🤝 Contribution Guidelines

Thank you for your interest in contributing to Explore Courses by CodeHarborHub!

✅ How to Contribute

  1. Fork the repository

  2. Clone your fork:

    git clone https://github.com/your-username/explore-courses.git
    cd explore-courses
  3. Create a new branch:

    git checkout -b add-new-course
  4. Add your content under the appropriate section/folder.

  5. Commit your changes:

    git commit -m "Add: New free resource for [topic]"
  6. Push the branch:

    git push origin add-new-course
  7. Create a Pull Request from your fork to main.


✍️ Contribution Format

Each file should include:

  • ✅ Course Title
  • 🔗 Course/Video/Website link
  • 🧾 Short Description
  • 📌 Tags or Level (Beginner, Intermediate, Advanced)

🙏 Thank You!

Let’s build something awesome together 🚀 Happy Learning!