Visit the Official Website »
Report Bug
·
Request Feature
- About Hello Jobs
- Open Source programs this repo has been part of
- Contribution Guidelines
- Contributors
- Feedback
(Bottom)
Hello Jobs is a one-stop solution for all job seekers. In future, this could also serve as a platform for recruiters to hire potential candidates.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes :
- Step 1: Downloading and Installing the Code Editor
Note:
We're creating project directory on the desktop for easy and fast access.
cd desktop
mkdir myprojects
cd myprojects
- Step 5: Cloning Repository using Git
code for cloning :
git clone https://github.com/'<your-github-username>'/hello-jobs.git
- Step 6: Change directory to hello-jobs
Code :
cd hello-jobs
- Step 7: Add a reference to the original repository
Code :
git remote add upstream https://github.com/harshita2216/hello-jobs.git
- Step 8: Running your project
Suggestion :
You can run your project on VS Code's Live Server or your browser.
Never made an open source contribution before? Here's a quick rundown!
-
Fork this repository.
-
Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/hello-jobs.git
- Navigate to the project directory 📁 .
cd clone-it
- Add a reference(remote) to the original repository.
git remote add upstream https://github.com/harshita2216/hello-jobs.git
- Check the remotes for this repository.
git remote -v
- Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).
git pull upstream main
- Create a new branch.
git checkout -b <your_branch_name>
-
Perfom your desired changes to the code base.
-
Track your changes:heavy_check_mark: .
git add .
- Commit your changes .
git commit -m "Relevant message"
- Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>
-
To create a pull request, click on
compare and pull requests
. -
Add appropriate title and description to your pull request explaining your changes and efforts done.
-
Click on
Create Pull Request
. -
Congrats ❗ You have made a PR to the harshita2216/hello-jobs 💥 . Wait for your submission to be accepted and your PR to be merged.
-
Wait for the pull request to be reviewed by a maintainer, Make changes to the pull request if the reviewing maintainer recommends them.
-
Celebrate 🥳 your success after your pull request is merged!
Thanks to all the people who contribute
If you have any feedback or suggestions please reach out to maintainers.
Or you can create a issue and mention there , which features can make this Project more good.