Skip to content

Commit 385f1ac

Browse files
Merge pull request #6 from Prabhakarpiyush/main
For the project clone in the readme
2 parents 8bdab7a + e58cbc6 commit 385f1ac

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# jobproject
2-
jobportal
1+
Welcome to Job-Portal 🚀
2+
Introducing JobConnect Hub, a pioneering platform crafted to unite job seekers and employers, cultivating synergy, progression, and prosperity in the professional landscape. Our objective is to equip job seekers with the tools, networks, and assistance essential for their career advancement, while also enabling employers to identify and recruit top talent seamlessly.
3+
4+
Contributing
5+
Contributions are always welcome!
6+
7+
Fork this repository.
8+
9+
Clone your forked copy of the project. git clone https://github.com/<your username>/jobproject.git
10+
11+
12+
13+
Add a reference to the original repository. git remote add upstream
14+
15+
Check the remotes for this repository. git remote -v
16+
17+
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
18+
19+
Create a new branch. git checkout -b <your_branch_name>
20+
21+
You are all set !
22+
23+
Perfom your desired changes to the code base.
24+
25+
Track your changes. git add .
26+
27+
Commit your changes. git commit -m "relevant commit message"
28+
29+
Push the committed changes in your feature branch to your remote repo. git push -u origin <your_branch_name>
30+
31+
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 suppose to make a PR to.
32+
33+
Voila 🎉 You have made a PR to the StartConnect-Hub project. Sit back patiently and relax while the project maintainers review your PR.

0 commit comments

Comments
 (0)