It's Money is a simple fun application that predicts your salary after your placements based on your interest among Competitive Programming, and Development. Ask to get an issue assigned.
- Make sure to read the contributing guidelines before contributing.
Fork
this repository.Clone
your fork on local machine.- Switch to the
main
branch. - Make a new
branch
, preferably with the feature/issue name. - Checkout to the new branch with
git checkout <new_branch_name>
- Do the desired changes and
commit
them withgit commit -m '<a nice commit message here>'
. Push
the change to your fork on GitHub withgit push origin <your_branch_name>
- Make a
Pull Request
to the main branch in the original repository, i.e. this one.
Note: Make sure you are always up to date with sync and pull upstream. Sync and pull before you start and before you push your work.