Skip to content

Priyaaa1/StartConnect-Hub

Repository files navigation

Welcome to StartConnect-Hub 🚀

StartConnect Hub is a revolutionary platform designed to bridge the gap between startups and investors, fostering collaboration, innovation, and growth in the entrepreneurial ecosystem. Our mission is to empower startups to succeed by providing them with the resources, connections, and support they need to thrive, while also enabling investors to discover and invest in promising opportunities.

This Project is the part of

GSSoC GSSoC

Project Admin ✨

Priya Maheshwari
Priya Maheshwari

Project Mentors ✨

Rohit Roy
Rohit Roy
Shubham Sinha
Shubham Sinha
Rishabh Dhawad
Rishabh Dhawad

🌟 Contributing

Contributions are always welcome! Follow these steps to get started:

  1. 🍴 Fork this repository.

    • Click the Fork button at the top-right corner of this repository page to create a copy of the repository under your GitHub account.
  2. 📥 Clone your forked copy of the project.

    git clone https://github.com/<your-username>/StartConnect-Hub.git
  3. 📂 Change the working directory.

    cd StartConnect-Hub
  4. 🔗 Add a reference to the original repository.

    git remote add upstream https://github.com/Priyaaa1/StartConnect-Hub.git
  5. 🔍 Check the remotes for this repository.

    git remote -v
  6. ⬇️ Always take a pull from the upstream repository to your main branch to keep it up-to-date with the main project (updated repository).

    git pull upstream main
  7. 🌿 Create a new branch.

    git checkout -b <your_branch_name>

You are all set! 🎉

  1. 🛠️ Perform your desired changes to the code base.

  2. 📊 Track your changes.

    git add .
  3. 💬 Commit your changes with a relevant commit message. For example, if you added a new feature, you could use:

    git commit -m "Add feature X"

    Or if you fixed a bug, you could use:

    git commit -m "Fix issue Y"
  4. 🚀 Push the committed changes in your feature branch to your remote repo.

    git push -u origin <your_branch_name>
  5. 🔄 To create a pull request, go to your forked repository on GitHub and click on Compare & pull request. Ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to.

  6. 🎉 Voila! You have made a PR to the StartConnect-Hub project. Sit back patiently and relax while the project maintainers review your PR.


Thank you for your contributions! Your efforts help improve StartConnect Hub and support our mission to empower startups and investors. Happy coding! 🚀✨