Skip to content

the-code-artist/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.

Contributing

Contributions are always welcome!

  1. Fork this repository.

  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, click on "Compare and pull requests". Please 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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • CSS 35.1%
  • HTML 0.7%